Beispiel #1
0
 public MainForm()
 {
     InitializeComponent();
     autoItem.Checked      = Settings.Default.AutoUpload;
     printscreenHotkey     = new GlobalHotkey(Constants.NoMod, Keys.PrintScreen, this);
     altPrintscreenHotkey  = new GlobalHotkey(Constants.Alt, Keys.PrintScreen, this);
     ctrlPrintscreenHotkey = new GlobalHotkey(Constants.Ctrl, Keys.PrintScreen, this);
 }
 public MainForm()
 {
     InitializeComponent();
     autoItem.Checked = Settings.Default.AutoUpload;
     printscreenHotkey = new GlobalHotkey(Constants.NoMod, Keys.PrintScreen, this);
     altPrintscreenHotkey = new GlobalHotkey(Constants.Alt, Keys.PrintScreen, this);
     ctrlPrintscreenHotkey = new GlobalHotkey(Constants.Ctrl, Keys.PrintScreen, this);
 }