public MainWindow()
 {
     InitializeComponent();
     this.client = new ReaderManagmentClient();
     this.initCollection();
 }
示例#2
0
 public MainWindow()
 {
     InitializeComponent();
     this.client = new ReaderManagmentClient();
     this.initCollection();
 }