示例#1
0
文件: Menu.cs 项目: lgcorrea/PI3
        //botao chama tela clientes
        private void bt_Clientes_Click(object sender, EventArgs e)
        {
            Cad_Cliente TelaCliente = new Cad_Cliente();

            TelaCliente.Show();
        }
示例#2
0
文件: Menu.cs 项目: lgcorrea/PI3
        //barra chama tela cliente
        private void clientesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Cad_Cliente TblCliente = new Cad_Cliente();

            TblCliente.Show();
        }