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