摘要:
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());... 阅读全文