Пример #1
0
 /// <summary>
 /// Shortcut.
 /// </summary>
 public void Show()
 {
     screen.Show(properties);
 }
Пример #2
0
 public Task Show()
 {
     return(Screen.Show(Properties));
 }
 public void Show()
 {
     Screen.Show(Properties);
 }
 public static bool ShowAndActivate(this IWindowController windowController)
 {
     windowController.Show();
     return(windowController.Activate());
 }