C# Class CAClient.MainWindow

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: periodic/LoLLogs

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

InitializeLogger ( TextBox output ) : void
InitializeNotifyIcon ( ) : void
OnExit ( object sender, EventArgs e ) : void
RunWorker ( ) : void
StartWorker ( ) : void
closeButton_Click ( object sender, EventArgs e ) : void
hideWindow ( ) : void
log ( string msg ) : void
notifyIcon_Click ( object sender, MouseEventArgs e ) : void
runNowButton_Click ( object sender, EventArgs e ) : void
saveDirInRegistry ( string dir ) : void
setTitle ( string title ) : void
showWindow ( ) : void

Method Details

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

MainWindow() public method

public MainWindow ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void