Exemple #1
0
 private void label1_Click(object sender, EventArgs e)
 {
     notificationWindow = new MyNotifications();
     notificationWindow.Show();
     //if(!notificationWindow.Visible) notificationWindow.Visible = true;
 }
Exemple #2
0
 private void label1_Click(object sender, EventArgs e)
 {
     notificationWindow = new MyNotifications();
     notificationWindow.Show();
 }