Beispiel #1
0
 public static void SetupScreen <T>(this Window window, Action <IDisposable> d, bool taskbarWindow = false)
     where T : class, IScreenViewModel
 {
     ScreenExtensions <T> .SetupScreen(window, d, taskbarWindow);
 }
Beispiel #2
0
 public static void SetupScreen <T>(this Window window, Action <IDisposable> d) where T : class, IScreenViewModel
 {
     ScreenExtensions <T> .SetupScreen(window, d);
 }