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