Exemplo n.º 1
0
 private void btnSave_Click(object sender, RoutedEventArgs e)
 {
     peopleViewModel.saveStudent();
     this.Close();
 }