Пример #1
0
 private void Main_Load(object sender, EventArgs e)
 {
     // MyLib.SetUpTextboxLabels(this.Controls);
     classes = new List <string>()
     {
         "Guid",
         "int",
         "string",
         "double",
         "decimal",
         "DateTime",
         "bool"
     };
     classes.Sort();
     cbClassOne.csSetComboList <string>(classes);
     MyLib.SetButtonsGreen(this.Controls);
     SetVersion();
     rbIndex = rbProperty.Tag.ToString().csToInteger();
 }