示例#1
0
 public frmHome()
 {
     InitializeComponent();
     //this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     Sound.ChangeMusicURL("Menu.mp3");
     Sound.PlayMusic();
 }