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

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

            agendamento.ShowDialog(this);
            //this.atualizarListV();
        }
コード例 #3
0
 private void checkinToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Agendamento agendamento = new Agendamento(this);
     agendamento.ShowDialog(this);
     //this.atualizarListV();
 }
コード例 #4
0
 private void btCheckin_Click(object sender, EventArgs e)
 {
     Agendamento agendamento = new Agendamento(this);
     agendamento.ShowDialog(this);           
     //this.atualizarListV();
     
 }