C# Class SystemEx.Windows.Forms.CalculatorControl

Show file Open project: pvginkel/SystemEx

Public Methods

Method Description
CalculatorControl ( ) : System
Perform ( CalculatorAction action ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetActionChar ( CalculatorAction calculatorAction ) : string
InitializeComponent ( ) : void

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

UpdateLastResultLine ( ) : void
_calculator_LastActionChanged ( object sender, EventArgs e ) : void
_calculator_LastResultChanged ( object sender, EventArgs e ) : void
_calculator_MemoryChanged ( object sender, EventArgs e ) : void
_calculator_ResultChanged ( object sender, EventArgs e ) : void

Method Details

CalculatorControl() public method

public CalculatorControl ( ) : 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

Perform() public method

public Perform ( CalculatorAction action ) : void
action CalculatorAction
return void