Ejemplo n.º 1
0
 /// <summary>
 ///		Shall not throw exception
 /// </summary>
 private void CloseHandle()
 {
     if (_ktmHandle != null)
     {
         _ktmHandle.Close();
     }
 }