예제 #1
0
 public override bool IsEmpty()
 {
     // Status are not checked because they are not important if other fields are empty.
     return(base.IsEmpty() && (fChildren.Count == 0) && fHusband.IsEmpty() && fWife.IsEmpty());
 }
예제 #2
0
 public override bool IsEmpty()
 {
     return(base.IsEmpty() && string.IsNullOrEmpty(fCommName) && fDate.IsEmpty() && fCorresponder.IsEmpty());
 }