예제 #1
0
 virtual protected void OnClose(List <Exception> exceptions)
 {
     if (Mgr != null)
     {
         Mgr.OnConnectionClosed(this, exceptions);
     }
 }