コード例 #1
0
 public bool IsValidated()
 {
     return(this.name == "Legend" || File.Exists(this.property.bitMapPos) || DataValidate.NotEmptyString(this.property.comment));
 }