摘要: /// /// 應用程式的主進入點。 /// [STAThread] static void Main() { Application.Run(new Form1()); } /// /// 清除任何使用中的資源。 /// ... 阅读全文
posted @ 2006-12-12 14:22 Athrun 阅读(254) 评论(0) 推荐(0)