コード例 #1
0
 protected override void Release()
 {
     base.Release();
     if (_deviceClient != null)
     {
         _deviceClient.Close();
     }
     if (_pacsServiceHolder != null)
     {
         _pacsServiceHolder.Close();
     }
 }