示例#1
0
文件: Toolkit.cs 项目: inorton/xwt
 private Toolkit()
 {
     context   = new ApplicationContext(this);
     scheduler = new XwtTaskScheduler(this);
 }
示例#2
0
 private Toolkit()
 {
     synchronizationContext = new XwtSynchronizationContext(this);
     context   = new ApplicationContext(this);
     scheduler = new XwtTaskScheduler(this);
 }