예제 #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);
 }