C# Class SpellWork.FormCalculateFlags

Inheritance: System.Windows.Forms.Form
Show file Open project: Warlord123/spellwork_cs Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

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

FormCalculateFlags() public method

public FormCalculateFlags ( Type data, uint value, String remove ) : System
data System.Type
value uint
remove String
return System