Пример #1
0
 private void SDK_FormClosing(object sender, FormClosingEventArgs e)
 {
     //释放智能设备SDK资源
     SmartDeviceInterface.SmartDevice_Release();
 }
Пример #2
0
 /// <summary>
 /// 智能设备SDK资源释放
 /// </summary>
 public void SmartDevice_Release()
 {
     SmartDeviceInterface.SmartDevice_Release();
 }