Ejemplo n.º 1
0
 private void button4_Click(object sender, EventArgs e)
 {
     process = new FormProcess();
     process.Show();
     this.Visible = false;
     this.Close();
 }
Ejemplo n.º 2
0
 private void processToolStripMenuItem_Click(object sender, EventArgs e)
 {
     process = new FormProcess();
     process.Show();
     this.Visible = false;
 }