コード例 #1
0
        //public void GetItem(string patientId)
        ////{
        ////     patientM.GetPatient(patientId);
        ////    if (PatientFound != null)
        ////    {
        ////        containingShellVm.CurrentVm = new PhysicianShellViewModel(containingShellVm, patientId, PhysicianUser);
        ////    }
        //}

        public void GoBack()
        {
            containingShellVm.ReplaceUC(Screen.LOGIN_SCREEN);
        }
コード例 #2
0
 public void ReplaceScreen(Screen desiredScreen)
 {
     mainWindowVM.ReplaceUC(desiredScreen);
 }