C# Class MA.WindowsForms.Add_SumRaisedToPower

Inheritance: System.Windows.Forms.Form, Interface_Limit_calculator
Afficher le fichier Open project: redips789/MAprojektas Class Usage Examples

Private Properties

Свойство Type Description
Add_SumRaisedToPower_Load void
Add_Summ_Button_Click void
Done_Button_Click void
InitializeComponent void
Remove_From_Sum_Click void
label1_Click void

Méthodes publiques

Méthode Description
AddToNuDeText ( string message, bool Index ) : void
AddToNumeratorDe ( Summand summ, bool index ) : void
Add_SumRaisedToPower ( Interface_Numerator num_f ) : System
SetVisable ( bool value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
Add_SumRaisedToPower_Load ( object sender, EventArgs e ) : void
Add_Summ_Button_Click ( object sender, EventArgs e ) : void
Done_Button_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Remove_From_Sum_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void

Method Details

AddToNuDeText() public méthode

public AddToNuDeText ( string message, bool Index ) : void
message string
Index bool
Résultat void

AddToNumeratorDe() public méthode

public AddToNumeratorDe ( Summand summ, bool index ) : void
summ MA.Limits.LimitsDomain.Summand
index bool
Résultat void

Add_SumRaisedToPower() public méthode

public Add_SumRaisedToPower ( Interface_Numerator num_f ) : System
num_f Interface_Numerator
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Résultat void

SetVisable() public méthode

public SetVisable ( bool value ) : void
value bool
Résultat void