Exemplo n.º 1
0
 public Shell(WindowsProfile profile)
 {
     _windowFactory = new WindowFactory(profile);
 }
Exemplo n.º 2
0
 public Shell()
 {
     _windowFactory = new WindowFactory();
 }