Banshee.Gui.PlaybackActions.OnPlayPauseAction C# (CSharp) Method

OnPlayPauseAction() private method

private OnPlayPauseAction ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void
        private void OnPlayPauseAction (object o, EventArgs args)
        {
            ServiceManager.PlayerEngine.TogglePlaying ();
        }