C# Class SpellWork.FormCalculateFlags

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Warlord123/spellwork_cs Class Usage Examples

Méthodes publiques

Méthode Description
CalculateFlags ( TextBox tb, Type data, String remove ) : void
FormCalculateFlags ( Type data, uint value, String remove ) : System

Private Methods

Méthode Description
_bNo_Click ( object sender, EventArgs e ) : void
_bOk_Click ( object sender, EventArgs e ) : void
_clbCalcFlags_SelectedValueChanged ( object sender, EventArgs e ) : void

Method Details

CalculateFlags() public static méthode

public static CalculateFlags ( TextBox tb, Type data, String remove ) : void
tb System.Windows.Forms.TextBox
data System.Type
remove String
Résultat void

FormCalculateFlags() public méthode

public FormCalculateFlags ( Type data, uint value, String remove ) : System
data System.Type
value uint
remove String
Résultat System