Example #1
0
 private void AddPowerPointFunction()
 {
     addJob = new AddJobForm();
     addJob.RegisterObs(this);
     addJob.ShowDialog(this);
 }
Example #2
0
 private void buttonAddPowerPoint_Click(object sender, EventArgs e)
 {
     addJob = new AddJobForm();
     addJob.RegisterObs(this);
     addJob.ShowDialog(this);
 }