コード例 #1
0
 public override bool Validation()
 {
     return(selected.IsIdle() &&
            targeted.IsIdle());
 }
コード例 #2
0
 private bool IsActiveIcon(CIcon icon)
 {
     return(icon != null && icon.IsIdle());
 }