コード例 #1
0
ファイル: TextLayout.cs プロジェクト: chkn/xwt
 static TextLayout()
 {
     handler = WidgetRegistry.CreateSharedBackend<ITextLayoutBackendHandler> (typeof(TextLayout));
 }
コード例 #2
0
 static TextLayout()
 {
     handler = WidgetRegistry.CreateSharedBackend <ITextLayoutBackendHandler> (typeof(TextLayout));
 }