Example #1
0
 private void RunFakeForm()
 {
     _notifFakeForm = new NotificationFakeForm();
     Application.Run(_notifFakeForm);
 }
 private void RunFakeForm()
 {
     _notifFakeForm = new NotificationFakeForm();
     Application.Run(_notifFakeForm);
 }