C# 클래스 trainer.MainWindow.TrainerOption

파일 보기 프로젝트 열기: apeape/trainer

공개 메소드들

메소드 설명
TrainerOption ( Keys KeyCode, System.Action HotkeyPressed, IntPtr WindowHandle ) : System
TrainerOption ( ModifierKeys Modifier, Keys KeyCode, System.Action HotkeyPressed, bool Enabled, IntPtr WindowHandle ) : System

메소드 상세

TrainerOption() 공개 메소드

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

TrainerOption() 공개 메소드

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
리턴 System