Exemplo n.º 1
0
        public Statistics()
        {
            InitializeComponent();
            _offerproxy = new OfferServiceClient("OfferServiceTcpEndpoint");

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