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