Exemple #1
0
 private void OnApplyClick(object sender, RoutedEventArgs e)
 {
     using (MainWindow.Instance.SetStatusText("Applying changes."))
     {
         contact.Save();
     }
 }