示例#1
0
        private void newSubButton_Click(object sender, EventArgs e)
        {
            NewSubstitution subForm = new NewSubstitution();

            subForm.ShowDialog();
            RefreshSubList();
        }
示例#2
0
 private void newSubButton_Click(object sender, EventArgs e)
 {
     NewSubstitution subForm = new NewSubstitution();
     subForm.ShowDialog();
     RefreshSubList();
 }