Exemplo n.º 1
0
 public bool Contains(tblUDFBDBLOCK item)
 {
     return(List.Contains(item));
 }
Exemplo n.º 2
0
 public int IndexOf(tblUDFBDBLOCK item)
 {
     return(List.IndexOf(item));
 }
Exemplo n.º 3
0
 public void Remove(tblUDFBDBLOCK item)
 {
     List.Remove(item);
     this.OntblUDFBDBLOCKChanged(EventArgs.Empty);
 }
Exemplo n.º 4
0
 public void Insert(int index, tblUDFBDBLOCK item)
 {
     List.Insert(index, item);
     this.OntblUDFBDBLOCKChanged(EventArgs.Empty);
 }
Exemplo n.º 5
0
 public void Add(tblUDFBDBLOCK item)
 {
     List.Add(item);
     this.OntblUDFBDBLOCKChanged(EventArgs.Empty);
 }