Ejemplo n.º 1
0
 private void Apply_Click(object sender, RoutedEventArgs e)
 {
     if (TVM.Apply())
     {
         Close();
     }
 }