摘要:
// This class creates a single large buffer which can be divided up // and assigned to SocketAsyncEventArgs objects for use with each // socket I/O op 阅读全文
摘要:
public delegate void d_ReadyToPrint(byte[] bytes); public event d_ReadyToPrint ReadyToPrint; public void ClearAllEvent() { if (ReadyToPrint == null) r 阅读全文