コード例 #1
0
ファイル: MainViewComponent.cs プロジェクト: Johnsn59/gendyn
 public MainViewComponent(GenDynContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public CategoriesViewComponent(GenDynContext context)
 {
     this.context = context;
 }