Ejemplo n.º 1
0
 private void ClearFields()
 {
     IntArrayProp = new int[2];
     ComplexProp  = new ComplexClass1();
     CheckBox     = false;
     Lines        = new string[0];
     StringProp   = "";
     CompList.Clear(); CompList.Add(new ComplexClass2(4, 5)); CompList.Add(null); CompList.Add(new ComplexClass2(6, 7));
     BoolList.Clear(); BoolList.Add(true); BoolList.Add(false); BoolList.Add(true);
     SetDebugDisplays();
 }