摘要: 1 namespace Microshaoft 2 { 3 using System; 4 using System.Linq; 5 using System.Drawing; 6 using System.Collections.Generic; 7 using System.Windows.Forms; 8 public class Form1 : Form 9 {10 static void Main()11 {12 Application.Run(new Form1());... 阅读全文
posted @ 2012-12-29 21:38 于斯人也 阅读(360) 评论(0) 推荐(0) 编辑