Catrobat.IDE.WindowsPhone.Controls.SoundControls.SoundPlayButton.SoundPlayButton C# (CSharp) Method

SoundPlayButton() public method

public SoundPlayButton ( ) : System.ComponentModel
return System.ComponentModel
        public SoundPlayButton()
        {
            InitializeComponent();
            ButtonPlay.DataContext = this;
            ButtonPause.DataContext = this;
        }