Example #1
0
 public Shell(WindowsProfile profile)
 {
     _windowFactory = new WindowFactory(profile);
 }
Example #2
0
 public Shell()
 {
     _windowFactory = new WindowFactory();
 }