コード例 #1
0
ファイル: GDMTime.cs プロジェクト: hazzik/GEDKeeper
 public override string ParseString(string strValue)
 {
     return(GEDCOMUtils.ParseTime(strValue, this));
 }