コード例 #1
0
ファイル: Form1.cs プロジェクト: gustavo-exe/ZapateriaSystem
        private void insertarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Ins_Empleado ventana = new Ins_Empleado();

            ventana.MdiParent = this;
            ventana.Show();
        }
コード例 #2
0
        private void btnInsertar_Click(object sender, EventArgs e)
        {
            //Agregan using MakeupBarSystem.Empleado;
            this.Hide();
            Ins_Empleado ventana = new Ins_Empleado();

            ventana.Show();
        }