Catrobat.IDE.WindowsPhone.Controls.SoundControls.SoundPlayButton.SoundPlayButton C# (CSharp) Метод

SoundPlayButton() публичный Метод

public SoundPlayButton ( ) : System.ComponentModel
Результат System.ComponentModel
        public SoundPlayButton()
        {
            InitializeComponent();
            ButtonPlay.DataContext = this;
            ButtonPause.DataContext = this;
        }