Example #1
0
        private void checkinToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Agendamento agendamento = new Agendamento(this);

            agendamento.ShowDialog(this);
            //this.atualizarListV();
        }
Example #2
0
        private void btCheckin_Click(object sender, EventArgs e)
        {
            Agendamento agendamento = new Agendamento(this);

            agendamento.ShowDialog(this);
            //this.atualizarListV();
        }
 private void checkinToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Agendamento agendamento = new Agendamento(this);
     agendamento.ShowDialog(this);
     //this.atualizarListV();
 }
 private void btCheckin_Click(object sender, EventArgs e)
 {
     Agendamento agendamento = new Agendamento(this);
     agendamento.ShowDialog(this);           
     //this.atualizarListV();
     
 }