コード例 #1
0
 public BrowseFolderEvent(AbstractOptionPanel panel, string target, string description)
 {
     this.panel = panel;
     this.description = description;
     this.target = target;
 }
コード例 #2
0
 public BrowseButtonEvent(AbstractOptionPanel panel, string target, string filter)
 {
     this.panel = panel;
     this.filter = filter;
     this.target = target;
 }