今天利用了软件工程课以及之后的晚自习时间,我们成功完成了对主窗体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
今天的下午和晚上,我们共同完成了对MCIPlay.cs文件的编写和测试. 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace PlayPlane_01 8 { 9 class MCIPlay 10 { 11 public static uint SND_A