C# 클래스 BoringHeroes.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: lances101/BoringHeroes

공개 프로퍼티들

프로퍼티 타입 설명
counterCallsPerSecond int

공개 메소드들

메소드 설명
DebugReaderStats ( string text ) : void
DisplayTimeEvent ( object source, System.Timers.ElapsedEventArgs e ) : void
Log ( LogType logType, string text ) : void
Log ( string text ) : void
MainWindow ( ) : System
SetHp ( double value ) : void

비공개 메소드들

메소드 설명
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
KeyboardHook_KeyPressed ( object sender, KeyPressedEventArgs e ) : void
Window_Closed ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, RoutedEventArgs e ) : void
btnStart_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

DebugReaderStats() 공개 정적인 메소드

public static DebugReaderStats ( string text ) : void
text string
리턴 void

DisplayTimeEvent() 공개 메소드

public DisplayTimeEvent ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
리턴 void

Log() 공개 정적인 메소드

public static Log ( LogType logType, string text ) : void
logType LogType
text string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string text ) : void
text string
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

SetHp() 공개 정적인 메소드

public static SetHp ( double value ) : void
value double
리턴 void

프로퍼티 상세

counterCallsPerSecond 공개적으로 정적으로 프로퍼티

public static int counterCallsPerSecond
리턴 int