Exemplo n.º 1
0
 public TranslateHashData(bool enabled, string input, string output, TranslateHashType hashType)
 {
     Enabled  = enabled;
     Input    = input;
     Output   = output;
     HashType = hashType;
 }
Exemplo n.º 2
0
 public TranslateHashData()
 {
     Enabled  = true;
     Input    = "";
     Output   = "";
     HashType = TranslateHashType.Default;
 }