C# Class BoringHeroes.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: lances101/BoringHeroes

Public Properties

Property Type Description
counterCallsPerSecond int

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

DebugReaderStats() public static method

public static DebugReaderStats ( string text ) : void
text string
return void

DisplayTimeEvent() public method

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

Log() public static method

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

Log() public static method

public static Log ( string text ) : void
text string
return void

MainWindow() public method

public MainWindow ( ) : System
return System

SetHp() public static method

public static SetHp ( double value ) : void
value double
return void

Property Details

counterCallsPerSecond public_oe static_oe property

public static int counterCallsPerSecond
return int