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(); }