C# Class BoringHeroes.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: lances101/BoringHeroes

Méthodes publiques

Свойство Type Description
counterCallsPerSecond int

Méthodes publiques

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

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

public static DebugReaderStats ( string text ) : void
text string
Résultat void

DisplayTimeEvent() public méthode

public DisplayTimeEvent ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
Résultat void

Log() public static méthode

public static Log ( LogType logType, string text ) : void
logType LogType
text string
Résultat void

Log() public static méthode

public static Log ( string text ) : void
text string
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

SetHp() public static méthode

public static SetHp ( double value ) : void
value double
Résultat void

Property Details

counterCallsPerSecond public_oe static_oe property

public static int counterCallsPerSecond
Résultat int