Example #1
0
        private void pbAddTrainClass_Click(object sender, EventArgs e)
        {
            SelectTrainClassForm sf = new SelectTrainClassForm(this, qe);

            sf.ShowDialog(this);
        }
Example #2
0
 private void pbAddTrainClass_Click(object sender, EventArgs e)
 {
     SelectTrainClassForm sf = new SelectTrainClassForm(this,qe);
     sf.ShowDialog(this);
 }