예제 #1
0
파일: GDMTime.cs 프로젝트: hazzik/GEDKeeper
 public override string ParseString(string strValue)
 {
     return(GEDCOMUtils.ParseTime(strValue, this));
 }