Example #1
0
 public void Edit(Pricelist ob, int k)
 {
     Price_L.RemoveAt(k);
     Price_L.Insert(k, ob);
 }                       
Example #2
0
 public void Delete(Pricelist ob, int k)
 {
     Price_L.RemoveAt(k);
 }