| | |
| | | public string ImgTxt1 { get ; private set; }
|
| | | public string ImgTxt2 { get ; private set; }
|
| | | public string DayIcon { get ; private set; }
|
| | | public int Money { get ; private set ; } |
| | | public int Money { get ; private set ; }
|
| | | public int IsTitle { get ; private set ; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | |
|
| | | DayIcon = rawContents[7].Trim();
|
| | |
|
| | | Money=IsNumeric(rawContents[8]) ? int.Parse(rawContents[8]):0; |
| | | Money=IsNumeric(rawContents[8]) ? int.Parse(rawContents[8]):0; |
| | | |
| | | IsTitle=IsNumeric(rawContents[9]) ? int.Parse(rawContents[9]):0; |
| | | } |
| | | catch (Exception ex) |
| | | { |