Пример #1
0
 /// <summary>
 /// Opens the Window with the given Id, with no Properties.
 /// </summary>
 /// <param name="screenId">Identifier.</param>
 public void OpenWindow(string screenId)
 {
     if (!windowLayer.IsScreenRegistered(screenId))
     {
         AutoRegisterScreen(screenId);
     }
     windowLayer.ShowScreenById(screenId);
 }
 /// <summary>
 /// Opens the Window with the given Id, with no Properties.
 /// </summary>
 /// <param name="screenId">Identifier.</param>
 public void OpenWindow(string screenId)
 {
     windowLayer.ShowScreenById(screenId);
 }