Inheritance: NekoKun.ScriptListFile
Beispiel #1
0
 public ScriptFile(ScriptListFile file, string code, string title, int id)
     : base(String.Format("{0}:{1}", file.filename, id.ToString()))
 {
     this.IsHidden = true;
     this.parent = file;
     this.Code = code;
     this.Title = title;
     this.ID = id;
 }
Beispiel #2
0
 public ScriptFile(ScriptListFile file, string code, string title, int id)
     : base(String.Format("{0}:{1}", file.filename, id.ToString()))
 {
     this.IsHidden = true;
     this.parent   = file;
     this.Code     = code;
     this.Title    = title;
     this.ID       = id;
 }