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