Ejemplo n.º 1
0
        private void btnIncluirAgenda_Click(object sender, EventArgs e)
        {
            Estaticos.IncluirId   = dgv_Pacientes.CurrentRow.Cells[0].Value.ToString();
            Estaticos.IncluirNome = dgv_Pacientes.CurrentRow.Cells[1].Value.ToString();


            frmAgendamento frmAgendamento = new frmAgendamento();

            frmAgendamento.Show();
        }
        private void BtnCadProduto_Click(object sender, EventArgs e)
        {
            frmAgendamento frmAgendamento = new frmAgendamento();

            frmAgendamento.Show();
        }
Ejemplo n.º 3
0
        private void tmiAgendar_Click(object sender, EventArgs e)
        {
            frmAgendamento frmAgendamento = new frmAgendamento();

            frmAgendamento.ShowDialog();
        }