private void btnAlterar_Click(object sender, EventArgs e)
        {
            frmAgenda alt = new frmAgenda();

            alt.Text = ">>> ALTERAR <<<";
            alt.txtPesClien.Enabled = false;
            alt.comboBox2.Enabled   = false;
            alt.comboBox1.Enabled   = false;
            alt.cboStatus.Enabled   = false;
            alt.txtPesClien.Focus();
            alt.ShowDialog();
            CarregaDataGrid();
        }
Exemplo n.º 2
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            frmAgenda abrir = new frmAgenda();

            abrir.ShowDialog();
        }
Exemplo n.º 3
0
        private void pESQUISAPORAGENDAMENTOSToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmAgenda abrir = new frmAgenda();

            abrir.ShowDialog();
        }