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