示例#1
0
 public InkbunnyHndl(mainUI parent, string path, string sessionID, dlSetting dls)
 {
     this.parent    = parent;
     this.path      = path;
     this.sessionID = sessionID;
     this.dls       = dls;
 }
示例#2
0
 public E621hndl(mainUI parent, string path)
 {
     this.parent = parent;
     this.path   = path;
 }