Exemplo n.º 1
0
 public UlChanges(object changedItem, UlRowChangedType ChangedType)
 {
     changedType      = ChangedType;
     this.changedItem = changedItem;
 }
Exemplo n.º 2
0
 public UlChanges(object changedItem)
 {
     changedType      = UlRowChangedType.Nothing;
     this.changedItem = changedItem;
 }