예제 #1
0
파일: Form1.cs 프로젝트: cocfire/Docs
 private void btnCallStore_Click(object sender, EventArgs e)
 {
     rsServer.CallStoreData(Convert.ToInt32(txtDeviceID.Text));//发送召唤数据指令
 }