Пример #1
0
 public static void SetImplementation(IWindowManagerImpl impl)
 {
     _impl = impl;
 }
        Type GetWindowType(CustomWindow customWindow)
        {
            IWindowManagerImpl @this = this;

            return(@this.GetWindowType(customWindow, typeof(MainView).Assembly));
        }
        Type GetWindowViewModelType(CustomWindow customWindow)
        {
            IWindowManagerImpl @this = this;

            return(@this.GetWindowViewModelType(customWindow, typeof(WindowViewModel).Assembly));
        }
Пример #4
0
 public static void SetImplementation(IWindowManagerImpl impl)
 {
     _impl = impl;
 }