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(); }
private void pictureBox4_Click(object sender, EventArgs e) { frmAgenda abrir = new frmAgenda(); abrir.ShowDialog(); }
private void pESQUISAPORAGENDAMENTOSToolStripMenuItem_Click(object sender, EventArgs e) { frmAgenda abrir = new frmAgenda(); abrir.ShowDialog(); }