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