2011年7月21日
摘要: #region Usingusing System;using System.IO;using System.Threading;using System.Runtime.InteropServices;using System.ComponentModel;#endregion Usingnamespace LoMaN.IO { public class SerialStream : Stream { #region Attributes private IOCompletionCallback m_IOCompletionCallback; private IntPtr m_hFile = 阅读全文
posted @ 2011-07-21 20:32 WPF之家 阅读(478) 评论(0) 推荐(0)