示例#1
0
 public string Decrypt()
 {
     return(Rot13.Cypher(Album));
 }
示例#2
0
 public string Decrypt()
 {
     return(Rot13.Cypher(Summary));
 }