예제 #1
0
 private void pictureBox3_Click(object sender, EventArgs e)
 {
     VistaServicios SIG = new VistaServicios();
     SIG.Show();
 }
예제 #2
0
 private void button1_Click_1(object sender, EventArgs e)
 {
     VistaServicios hol = new VistaServicios();
     hol.Show();
 }
예제 #3
0
 private void serviciosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     VistaServicios sig = new VistaServicios();
     sig.Show();
 }
 private void toolStripMenuItem8_Click(object sender, EventArgs e)
 {
     VistaServicios lol = new VistaServicios();
     lol.Show();
 }