Ejemplo n.º 1
0
 private void AddNewOffering()
 {
     SpareInOverpricingSelectView v = new SpareInOverpricingSelectView();
     v._ParentItemID = Item.id;
     v.ParentWindow = this;
     v.ShowDialog();
     LoadOfferings();
 }
Ejemplo n.º 2
0
        private void AddNewOffering()
        {
            SpareInOverpricingSelectView v = new SpareInOverpricingSelectView();

            v._ParentItemID = Item.id;
            v.ParentWindow  = this;
            v.ShowDialog();
            LoadOfferings();
        }