コード例 #1
0
        private void toolTecnico_Click(object sender, EventArgs e)
        {
            tecnico tec = new tecnico();

            this.Hide();
            tec.Show();
        }
コード例 #2
0
ファイル: Dispositivo.cs プロジェクト: Katekat/Memorandos
        // SECCION DE VENTANAS
        //INICIO
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            tecnico abrir = new tecnico();

            this.Hide();
            abrir.Show();
        }
コード例 #3
0
ファイル: Home.cs プロジェクト: Katekat/Memorandos
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     tecnico tec= new tecnico();
     this.Hide();
     tec.Show();
 }