Example #1
0
        private void clienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastroCliente tela = new frmCadastroCliente(this);

            tela.MdiParent = this;
            tela.Show();
        }
Example #2
0
        public PesquisaResultado(DataTable tabela, frmCadastroCliente cadastroCliente)
        {
            InitializeComponent();
            this.cadastroCliente = cadastroCliente;

            preencherTabela(tabela);
        }