예제 #1
0
 public string EncryptData(string source)
 {
     myLogger.Write(source);
     return(string.Format("<-{0}->", source));
 }