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