Example #1
0
 public ChooseOilWell(YJXGPJ parent)
 {
     InitializeComponent();
     DataContext          = this;
     yjxgpl               = parent;
     WaterWellsCollection = SelectWell();
     DataSource           = WaterWellsCollection.Copy();
 }
Example #2
0
 public ChooseWell(Page parent)
 {
     InitializeComponent();
     DataContext          = this;
     parentPage           = parent;
     WaterWellsCollection = SelectWell();
     DataSource           = WaterWellsCollection.Copy();
 }