C# Class D3BitGUI.GUI

Datei anzeigen Open project: CreepGin/D3Bit

Public Methods

Method Description
Debug ( string text ) : void
GUI ( ) : System
Log ( string text ) : void
OnKeyUp ( object sender, KeyEventArgs e ) : void
SoundFeedback ( bool good ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GUI_FormClosing ( object sender, FormClosingEventArgs e ) : void
GUI_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
rtbDebug_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
tUpdater_Tick ( object sender, EventArgs e ) : void
toolStripMenuItem1_Click ( object sender, EventArgs e ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void
ucOptions1_Load ( object sender, EventArgs e ) : void

Method Details

Debug() public static method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GUI() public method

public GUI ( ) : System
return System

Log() public static method

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

OnKeyUp() public method

public OnKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
return void

SoundFeedback() public static method

public static SoundFeedback ( bool good ) : void
good bool
return void