Beispiel #1
0
 public void CreateNewGroup(GroupData data)
 {
     InitGroupCreation().FillGroupForm(data).SubmitCreation();
     groupList = null;
 }