public InstalledListParameter(ShowItemHandler handler) { this.Handler = handler; }
public CategoryParameter(ResourceCategory category, ShowItemHandler handler) { this.Category = category; this.Handler = handler; }