Method must have a return type in C# Class
I'm building a Global Hotkey class for my app and I'm getting this: "Method must have a return type".
This is the code that I am currently using(it is from HTML Wizards
```class HotKeys
{
public GlobalHotkey(int modifier, Keys key, For...
devtipsonline.hashnode.dev1 min read