Пример #1
0
        void Onb2Click(object sender, RoutedEventArgs e)
        {
            InsertDataWindow insertdata = new InsertDataWindow(false, cne.Text, EditWindow.current.filiere);

            insertdata.Show();
            img.Source = null;
            img        = null;
            GC.Collect();
        }
Пример #2
0
        private void addStudent_Click(object sender, RoutedEventArgs e)
        {
            InsertDataWindow ins = new InsertDataWindow(true, "", filiere);

            ins.Show();
        }