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