Пример #1
0
 public RequestStateRecord(MainWindow.ProcessType processType, string filePath, SymmetricCryptographicContract contract)
 {
     this.ProcessType = processType;
     this.FilePath    = filePath;
     this.Contract    = contract;
 }
Пример #2
0
 public RequestStateRecord(MainWindow.ProcessType processType, string filePath)
 {
     this.ProcessType = processType;
     this.FilePath    = filePath;
 }