Esempio n. 1
0
 private void SelectParticipant_FormClosed(object sender, FormClosedEventArgs e)
 {
     OnClosingEvent?.Invoke(this, new OnClosingEventArgs());
 }
Esempio n. 2
0
 private void SelectTeacher_FormClosed(object sender, FormClosedEventArgs e)
 {
     OnClosingEvent?.Invoke(this, new OnClosingEventArgs());
 }
 private void CourseDetails_FormClosed(object sender, FormClosedEventArgs e)
 {
     OnClosingEvent?.Invoke(this, new OnClosingEventArgs());
 }