说明: 学习C#编程 摘录一点 using System; using System.Collections.Generic; using System.Windows.Forms; namespace Microsoft.Samples.MsmqSample { static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { Ap
<asight> 上传 | 大小:43kb