imBMW.iBus.Devices.Emulators.MediaEmulator.MediaEmulator C# (CSharp) 메소드

MediaEmulator() 공개 메소드

public MediaEmulator ( IAudioPlayer player ) : System
player IAudioPlayer
리턴 System
        public MediaEmulator(IAudioPlayer player)
        {
            Player = player;

            MultiFunctionSteeringWheel.ButtonPressed += MultiFunctionSteeringWheel_ButtonPressed;
        }