예제 #1
0
파일: Font.cs 프로젝트: carlosalberto/xwt
 static Font()
 {
     handler = WidgetRegistry.CreateSharedBackend<IFontBackendHandler> (typeof(Font));
 }
예제 #2
0
파일: Font.cs 프로젝트: migueldeicaza/xwt
 static Font()
 {
     handler = WidgetRegistry.CreateSharedBackend <IFontBackendHandler> (typeof(Font));
 }