コード例 #1
0
 public virtual bool IsRepeatEvent(UserEvent otherEvent)
 {
     return(false);
 }
コード例 #2
0
 public override bool IsRepeatEvent(UserEvent otherEvent)
 {
     return(otherEvent is TextBoxEvent && otherEvent.IsIdenfiedAs(uiItem.PrimaryIdentification));
 }