コード例 #1
0
ファイル: GDMSourceEvent.cs プロジェクト: subratb/GEDKeeper
 public override bool IsEmpty()
 {
     return(base.IsEmpty() && fDate.IsEmpty() && fPlace.IsEmpty());
 }
コード例 #2
0
 public override bool IsEmpty()
 {
     return(base.IsEmpty() && fDate.IsEmpty() &&
            (fPlace == null || fPlace.IsEmpty()));
 }