C# Class SuperProgram.ButtonController

Exibir arquivo Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Public Methods

Method Description
Instance ( ) : ButtonController
changeButtonState ( Button clean, Button stop, Button makeSingle, Button renumerate, Button triangle, Button kathMacc, Button solve ) : void

Protected Methods

Method Description
ButtonController ( ) : System

Method Details

ButtonController() protected method

protected ButtonController ( ) : System
return System

Instance() public static method

public static Instance ( ) : ButtonController
return ButtonController

changeButtonState() public method

public changeButtonState ( Button clean, Button stop, Button makeSingle, Button renumerate, Button triangle, Button kathMacc, Button solve ) : void
clean System.Windows.Forms.Button
stop System.Windows.Forms.Button
makeSingle System.Windows.Forms.Button
renumerate System.Windows.Forms.Button
triangle System.Windows.Forms.Button
kathMacc System.Windows.Forms.Button
solve System.Windows.Forms.Button
return void