Exemplo n.º 1
0
 private void button14_Click_1(object sender, EventArgs e)
 {
     GUI.MonitorAlertas monitoralertasgui = new MonitorAlertas();
     monitoralertasgui.Show();
 }
Exemplo n.º 2
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     GUI.MonitorAlertas monitoralertasgui = new MonitorAlertas();
     monitoralertasgui.Show();
 }