Example #1
0
 public FileViewModel(string bundleId, string dumpId, SDFileInfo file)
 {
     this.BundleId = bundleId;
     this.DumpId   = dumpId;
     this.File     = file;
 }
Example #2
0
 public FileViewModel(DumpIdentifier id, SDFileInfo file)
 {
     this.Id   = id;
     this.File = file;
 }