Example #1
0
 private void addClientClick(object sender, RoutedEventArgs e)
 {
     Presenter.AddClient(new AddWindow());
 }