示例#1
0
 public OfficeDesktop()
 {
     _desktop = new Desktop();
 }
示例#2
0
 public GamingDesktopBuilder()
 {
     _desktop = new Desktop();
 }