예제 #1
0
 public Window CreateWindow(WindowCreationOptions options)
 {
     return(new WindowBase()
     {
         ShowMaximizeButton = options.ShowMaximizeButton,
         ShowMinimizeButton = options.ShowMinimizeButton,
         ShowCloseButton = options.ShowCloseButton,
         Style = ResourceProvider.GetResource("StandardWindowStyle") as Style
     });
 }
예제 #2
0
 public Window CreateWindow(WindowCreationOptions options)
 {
     return(null);
 }
예제 #3
0
 public Window CreateWindow(WindowCreationOptions options)
 {
     throw new NotImplementedException();
 }