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