Ejemplo n.º 1
0
 private void glassButton1_MouseDown(object sender, MouseEventArgs e)
 {
     timer1.Enabled = false;
     WarningText wt = new WarningText();
     wt.ShowDialog();
     Close();
 }
Ejemplo n.º 2
0
        private void glassButton1_MouseDown(object sender, MouseEventArgs e)
        {
            timer1.Enabled = false;
            WarningText wt = new WarningText();

            wt.ShowDialog();
            Close();
        }