예제 #1
0
파일: Form1.cs 프로젝트: jhoow17/HardTech
        private void clienteToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Form TelaCli = new FrmCadastroCliente();

            TelaCli.MdiParent = this;
            TelaCli.Show();
        }
예제 #2
0
 public FrmConsultaCliente(FrmCadastroCliente frmCliente)
 {
     this.frmCliente = frmCliente;
     InitializeComponent();
 }