コード例 #1
0
 public InstalledListParameter(ShowItemHandler handler)
 {
     this.Handler = handler;
 }
コード例 #2
0
 public CategoryParameter(ResourceCategory category, ShowItemHandler handler)
 {
     this.Category = category;
     this.Handler  = handler;
 }