C# Class SystemEx.Windows.Forms.Calculator

显示文件 Open project: pvginkel/SystemEx

Private Properties

Property Type Description
AddAction void
AddCharacter void
Calculate void
Calculator System
ClearAll void
ClearEntry void
MemoryAdd void
MemoryClear void
MemoryRecall void
MemorySet void
MemorySubtract void
PerformAction void
PerformNegative void
RemoveCharacter void

Protected Methods

Method Description
OnLastActionChanged ( EventArgs e ) : void
OnLastResultChanged ( EventArgs e ) : void
OnMemoryChanged ( EventArgs e ) : void
OnResultChanged ( EventArgs e ) : void

Private Methods

Method Description
AddAction ( CalculatorAction action ) : void
AddCharacter ( string character ) : void
Calculate ( CalculatorAction action ) : void
Calculator ( ) : System
ClearAll ( ) : void
ClearEntry ( ) : void
MemoryAdd ( ) : void
MemoryClear ( ) : void
MemoryRecall ( ) : void
MemorySet ( ) : void
MemorySubtract ( ) : void
PerformAction ( CalculatorAction action ) : void
PerformNegative ( ) : void
RemoveCharacter ( ) : void

Method Details

OnLastActionChanged() protected method

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

OnLastResultChanged() protected method

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

OnMemoryChanged() protected method

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

OnResultChanged() protected method

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