C# Class trainer.MainWindow.TrainerOption

Afficher le fichier Open project: apeape/trainer

Méthodes publiques

Méthode 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 méthode

public TrainerOption ( Keys KeyCode, System.Action HotkeyPressed, IntPtr WindowHandle ) : System
KeyCode Keys
HotkeyPressed System.Action
WindowHandle System.IntPtr
Résultat System

TrainerOption() public méthode

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
Résultat System