/// <summary> /// Navigate to user control /// </summary> private void Back() { PageMediator.Notify("Change_Main_UC", EUserControl.MAIN_USERS, _currentLogin); }
/// <summary> /// Go to add patient view /// </summary> private void ChangeView() { PageMediator.Notify("Change_Main_UC", Model.Enum.EUserControl.MAIN_PATIENTS_ADD, _currentLogin); }
/// <summary> /// Go to add user view /// </summary> private void ChangeView() { PageMediator.Notify("Change_Main_UC", EUserControl.MAIN_USERS_ADD, _currentLogin); }