Example #1
0
 private void Button_Click(object sender, System.Windows.RoutedEventArgs args)
 {
     BindingUtility.UpdateTextBoxBindingSources(this);
     _workItem.BeginLogin();
 }
Example #2
0
 private void ConnectClicked(object sender, System.Windows.RoutedEventArgs e)
 {
     BindingUtility.UpdateTextBoxBindingSources(this);
     _workItem.BeginLoadInstances();
 }