Exemplo n.º 1
0
 private void AddObjectBt_Click(object sender, EventArgs e)
 {
     Staff.StructureObject.StructureObjectData form = new Staff.StructureObject.StructureObjectData("new", null);
     form.ShowDialog();
     FillToObjects();
 }
Exemplo n.º 2
0
 private void AddObject2Bt_Click(object sender, EventArgs e)
 {
     Staff.StructureObject.StructureObjectData form = new Staff.StructureObject.StructureObjectData("new", null);
     form.ShowDialog();
     FillFromObjects();
 }