コード例 #1
0
 public PatientsPageViewModel()
 {
     _viewModel = new PatientsViewModel();
     _allPatients = _viewModel.AllPatients;
     _patientsForDisplay = _allPatients;
     _receptionist = new Receptionist();
     _windowFactory = new ProductionWindowFactory();
 }
コード例 #2
0
 public PatientsPageViewModel()
 {
     _viewModel          = new PatientsViewModel();
     _allPatients        = _viewModel.AllPatients;
     _patientsForDisplay = _allPatients;
     _receptionist       = new Receptionist();
     _windowFactory      = new ProductionWindowFactory();
 }