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