Ejemplo n.º 1
0
        public void PlaySoundAsyncTest_Success()
        {
            var tempVr = new EasyVr(_comPort);

            tempVr.PlaySoundAsync(1, 15);
        }