Beispiel #1
0
 public ObjectInfo(int? id, int? type, string path, DatFileDesc dfd = null)
 {
     this.id = id; this.type = type; this.path = path; this.data = dfd;
 }
Beispiel #2
0
 public BackgroundInfo(int? id, string pathtofile, DatFileDesc dfd = null)
 {
     this.id = id; this.path = pathtofile; this.data = dfd;
 }