コード例 #1
0
ファイル: AppPatterns.cs プロジェクト: Danmer/uberdemotools
 public PatternsComponent(App app)
 {
     _app = app;
     RootControl = CreateTab();
 }