C# Class FOG.MainForm

Datei anzeigen Open project: FOGProject/fog-client

Public Methods

Method Description
MainForm ( string args ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method Description
BtnAbortClick ( object sender, EventArgs e ) : void
BtnNowClick ( object sender, EventArgs e ) : void
BtnPostponeClick ( object sender, EventArgs e ) : void
GenerateDelays ( ) : void
GenerateMessage ( ) : string
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

PositionForm ( ) : void
SetColors ( ) : void
SwapBanner ( ) : void
TimerTick ( object sender, EventArgs e ) : void
onPower ( dynamic data ) : void

Method Details

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( string args ) : System
args string
return System