BeatMachine.App.SongsApplicationBarButton_Click C# (CSharp) Method

SongsApplicationBarButton_Click() private method

private SongsApplicationBarButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void SongsApplicationBarButton_Click(object sender, EventArgs e)
        {
            RootFrame.Navigate(new Uri("/View/Songs.xaml", UriKind.RelativeOrAbsolute));
        }