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