Exemplo n.º 1
0
        private void Modifier_colletion_Click(object sender, RoutedEventArgs e)
        {
            AjoutCollection win        = new AjoutCollection((Objetcs.Collection)ListBoxCollections.SelectedItem);
            var             currentApp = System.Windows.Application.Current as App;

            currentApp.MyData.ListCollection.Remove((Objetcs.Collection)ListBoxCollections.SelectedItem);
            win.ShowDialog();
        }
Exemplo n.º 2
0
        private void Ajouter_collection_Click(object sender, RoutedEventArgs e)
        {
            AjoutCollection win = new AjoutCollection();

            win.ShowDialog();
        }