Exemplo n.º 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
     });
 }
Exemplo n.º 2
0
 public Window CreateWindow(WindowCreationOptions options)
 {
     return(null);
 }
Exemplo n.º 3
0
 public Window CreateWindow(WindowCreationOptions options)
 {
     throw new NotImplementedException();
 }