コード例 #1
0
 public HashingViewModel()
 {
     this.hashing      = new HashingModel();
     hashingTitle      = hashing.AppTitle;
     this.PlainText    = string.Empty;
     this.Salt         = string.Empty;
     this.computedHash = string.Empty;
 }
コード例 #2
0
 public HashingViewModel()
 {
     this.hashing = new HashingModel();
     hashingTitle = hashing.AppTitle;
     this.PlainText = string.Empty;
     this.Salt = string.Empty;
     this.computedHash = string.Empty;
 }