Ejemplo n.º 1
0
 public clsTextBox(Forms.frmMain CallingForm, int ID, bool IsNumber = true)
 {
     mf        = CallingForm;
     cIsNumber = IsNumber;
     cID       = ID;
     TB        = new TextBox();
     cMaxValue = 255;
     cMinValue = 0;
 }
Ejemplo n.º 2
0
 public clsTextBoxes(Forms.frmMain CallingForm)
 {
     mf    = CallingForm;
     Items = cTextBoxes.AsReadOnly();
 }