Ejemplo n.º 1
0
        private void btn_New_Click(object sender, RoutedEventArgs e)
        {
            W_PlaylistEdit newplayer = new W_PlaylistEdit();

            newplayer.ShowDialog();
            GetData();
        }
Ejemplo n.º 2
0
        private void Btn_edit_Click(object sender, RoutedEventArgs e)
        {
            W_PlaylistEdit player = new W_PlaylistEdit();

            player.viewModel.PlaylistModel = LB_Playlist.SelectedItem as AMS.Model.PlaylistInfo;
            player.viewModel.IsEdit        = true;
            player.ShowDialog();
            GetData();
        }