Exemple #1
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     _planZajecNauczyciel = new planZajecNauczyciel();
     NavigateNauczyciel.Navigate(_planZajecNauczyciel);
 }
Exemple #2
0
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     _ocenaNauczyciel = new ocenyNauczyciel();
     NavigateNauczyciel.Navigate(_ocenaNauczyciel);
 }
Exemple #3
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     _twojeDaneNauczyciel = new twojeDaneNauczyciel();
     NavigateNauczyciel.Navigate(_twojeDaneNauczyciel);
 }