Beispiel #1
0
        public Statistics()
        {
            InitializeComponent();
            _offerproxy = new OfferServiceClient("OfferServiceTcpEndpoint");

            DataContext = new AllServices();
        }
Beispiel #2
0
 private void Button_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     DataContext = new AllServices();
 }