示例#1
0
 public Window()
 {
     if (this.isPlatFormX)
     {
         wndImp = new XWindowImp();
     }
     else if (this.isPlatFormMac)
     {
         wndImp = new MacWindowImp();
     }
 }
示例#2
0
 public Window()
 {
     if (this.isPlatFormX)
     {
         wndImp = new XWindowImp();
     }
     else if (this.isPlatFormMac)
     {
         wndImp = new MacWindowImp();
     }
 }