コード例 #1
0
ファイル: MainFrm.cs プロジェクト: wyx1994/1111111
 private void SDK_FormClosing(object sender, FormClosingEventArgs e)
 {
     //释放智能设备SDK资源
     SmartDeviceInterface.SmartDevice_Release();
 }
コード例 #2
0
 /// <summary>
 /// 智能设备SDK资源释放
 /// </summary>
 public void SmartDevice_Release()
 {
     SmartDeviceInterface.SmartDevice_Release();
 }