Exemplo n.º 1
0
        public SlotPage()
        {
            clientScheduleViewModel   = new ClientScheduleViewModel();
            clientSlotViewModel       = new ClientSlotViewModel();
            clientSlotViewModel.slots = new ObservableCollection <ClientSlot>();
            aPIServices = new APIServices();

            this.InitializeComponent();
            GetAllSlots();
            GetAllSchedules();
        }
 public SchedulePage()
 {
     clientScheduleViewModel = new ClientScheduleViewModel();
     this.InitializeComponent();
 }