Пример #1
0
 private void ClearVendorClick(object sender, RoutedEventArgs e)
 {
     Vendor_New.ClearParms();
     DataContext = null; DataContext = Vendor_New; //since Proc class is a POCO we have to manually refresh the UI bindings, NBD in this case.
 }