예제 #1
0
파일: TestClient.cs 프로젝트: destinygg/bot
 private void Print(ISendableVisitable sendableVisitable) {
   _log.Add(sendableVisitable.ToString());
   Logger.Write(sendableVisitable.ToString());
 }
예제 #2
0
 private void Send(ISendableVisitable input)
 {
     input.Accept(_client);
 }
예제 #3
0
 private void Print(ISendableVisitable sendableVisitable)
 {
     _log.Add(sendableVisitable.ToString());
     Logger.Write(sendableVisitable.ToString());
 }
예제 #4
0
 private void Send(ISendableVisitable input)
 {
     input.Accept(_client);
 }