今天利用了软件工程课以及之后的晚自习时间,我们成功完成了对主窗体form.cs的编写 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using System.Windows.Forms; using System.Drawing; using Microsoft.DirectX.DirectSound; using Microsoft.DirectX; using Microsoft.Dir