二次冲刺站立会议七

今天我们对添加音乐的代码进行了完善,但还没有找到背景音乐的素材,因此还运行不了。

using System.Runtime.InteropServices;
using System.Media;

InitializeComponent();
GamePage.img =Image.FromFile(@"Image\\拼图.jpg");
Control.CheckForIllegalCrossThreadCalls = false;
SoundPlayer s = new SoundPlayer(@"C:\Users\lenovo\Desktop\.wav");
s.Play();

猜你喜欢

转载自www.cnblogs.com/boke5/p/10127718.html