public Statistics() { InitializeComponent(); _offerproxy = new OfferServiceClient("OfferServiceTcpEndpoint"); DataContext = new AllServices(); }
private void Button_Click(object sender, System.Windows.RoutedEventArgs e) { DataContext = new AllServices(); }