示例#1
0
 void INovaAlertService.SendConnection(Entities.SwitchConnection conn)
 {
     try
     {
         if (CheckConnection() == false)
         {
             throw new ServiceException();
         }
         _realProxy.SendConnection(conn);
     }
     catch (Exception ex)
     {
         OnException(ex);
     }
 }
示例#2
0
 void ISwitchComm.SendConnection(Entities.SwitchConnection conn)
 {
 }