Beispiel #1
0
 private void btAdd_Click(object sender, EventArgs e)
 {
     _levelCollection.Add(new Group("Empty", 0));
     UpdateDataGrid();
 }