Ejemplo n.º 1
0
 public virtual bool IsRepeatEvent(UserEvent otherEvent)
 {
     return(false);
 }
 public override bool IsRepeatEvent(UserEvent otherEvent)
 {
     return(otherEvent is TextBoxEvent && otherEvent.IsIdenfiedAs(uiItem.PrimaryIdentification));
 }