Ejemplo n.º 1
0
        private void DodajWlasc_Click(object sender, RoutedEventArgs e)
        {
            Creat tworzy = new Creat();

            tworzy.UserGroup.SelectedIndex = 0;
            tworzy.UserGroup.Visibility    = Visibility.Hidden;
            tworzy.GU.Visibility           = Visibility.Hidden;

            tworzy.ShowDialog();
        }
Ejemplo n.º 2
0
        private void CreatAcc_Click(object sender, RoutedEventArgs e)
        {
            Creat tworzenie = new Creat();

            tworzenie.ShowDialog();
        }