Exemplo n.º 1
0
 public void RemoveINBOUND_DOC_FAX_SPAMRow(INBOUND_DOC_FAX_SPAMRow row) {
     this.Rows.Remove(row);
 }
Exemplo n.º 2
0
 public INBOUND_DOC_FAX_SPAMRowChangeEvent(INBOUND_DOC_FAX_SPAMRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void AddINBOUND_DOC_FAX_SPAMRow(INBOUND_DOC_FAX_SPAMRow row) {
     this.Rows.Add(row);
 }