Exemplo n.º 1
0
 private void screenCloseTimer_Tick(object sender, EventArgs e)
 {
     system.Show();
     this.Dispose();
     this.Close();
 }