C# Class trainer.MainWindow.TrainerOption

Exibir arquivo Open project: apeape/trainer

Public Methods

Method Description
TrainerOption ( Keys KeyCode, System.Action HotkeyPressed, IntPtr WindowHandle ) : System
TrainerOption ( ModifierKeys Modifier, Keys KeyCode, System.Action HotkeyPressed, bool Enabled, IntPtr WindowHandle ) : System

Method Details

TrainerOption() public method

public TrainerOption ( Keys KeyCode, System.Action HotkeyPressed, IntPtr WindowHandle ) : System
KeyCode Keys
HotkeyPressed System.Action
WindowHandle System.IntPtr
return System

TrainerOption() public method

public TrainerOption ( ModifierKeys Modifier, Keys KeyCode, System.Action HotkeyPressed, bool Enabled, IntPtr WindowHandle ) : System
Modifier ModifierKeys
KeyCode Keys
HotkeyPressed System.Action
Enabled bool
WindowHandle System.IntPtr
return System