Exemplo n.º 1
0
        /// <summary>
        /// 播放打牌聲音
        /// </summary>
        internal void PlaySound(Brand brand)
        {
            SoundPlayer soundplayer = new SoundPlayer();

            soundplayer.Stream = ResourcesTool.getSound(brand);

            soundplayer.Play();
        }