摘要:C#snippet学习网站http://en.csharp-online.net/CSharp_Code_Snippetshttp://www.digitalcoding.com/Code-Snippets/C-Sharp/C-Code-Snippet-Save-object-to-file.html
阅读全文
05 2010 档案
摘要:RegistryKey keyCom = Registry.LocalMachine.OpenSubKey("Hardware\\DeviceMap\\SerialComm"); if (keyCom != null) { string[] sSubKeys = keyCom.GetValueNames(); this.cbbPort.Items.Clear(); foreach (string ...
阅读全文

浙公网安备 33010602011771号