Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     testCollection = new TestCollection();
     currentUnit    = testCollection.Create();
     this.Text      = testCollection.currentUnitName;
     InitTest();
 }