예제 #1
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            this.Hide();
            ventanaNuevoServicio ventanaNuevoServicio = new ventanaNuevoServicio();

            ventanaNuevoServicio.Show();
        }
예제 #2
0
        private void Button8_Click(object sender, EventArgs e)
        {
            ventanaNuevoServicio ventanaNuevoServicio = new ventanaNuevoServicio();

            ventanaNuevoServicio.Show();
        }