C# Class KBS2.ApplicationForm

Show file Open project: Railec/SE1cKBS2 Class Usage Examples

Public Properties

Property Type Description
_stateHandler StateHandler

Public Methods

Method Description
ApplicationForm ( ) : System
getInstance ( ) : ApplicationForm
getStateHandler ( ) : StateHandler

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EventResize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

ApplicationForm() public method

public ApplicationForm ( ) : System
return System

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

getInstance() public static method

public static getInstance ( ) : ApplicationForm
return ApplicationForm

getStateHandler() public method

public getStateHandler ( ) : StateHandler
return StateHandler

Property Details

_stateHandler public property

public StateHandler _stateHandler
return StateHandler