예제 #1
0
 private static void tcpClient_ConnectionStatusChanged(EventDrivenTcpClient sender, EventDrivenTcpClient.ConnectionStatus status)
 {
     Log(String.Format("Connection status changed: {0}", status));
 }
예제 #2
0
파일: Monitor.cs 프로젝트: martwaters/FBMon
 private void tcpClient_ConnectionStatusChanged(EventDrivenTcpClient sender, EventDrivenTcpClient.ConnectionStatus status)
 {
     Log.Debug("Connection status changed: {0}", status);
 }