public SectionDeleteForm(SectionBl bl)
 {
     InitializeComponent();
     SectionBl = bl;
     DisplayInfo();
 }
Exemple #2
0
 public SectionAddForm(SectionBl bl)
 {
     InitializeComponent();
     SectionBl = bl;
     NameTextEdit.Select();
 }