Example #1
0
 protected void Dispose(Boolean disposing)
 {
     if (_communicationService != null)
     {
         _communicationService.Dispose();
     }
 }