示例#1
0
        private void AgendamentoVeterinario()
        {
            var agw = new AgendamentoWindow();

            agw.ShowDialog();
        }
示例#2
0
        private void ExecuteAgendamentoCmd(object parameter)
        {
            var agendamentoWidnow = new AgendamentoWindow();

            agendamentoWidnow.ShowDialog();
        }