コード例 #1
0
ファイル: EventBaseVm.cs プロジェクト: taniagreen/moemisto
 public string ShortInfoCutted(int length)
 {
     if (string.IsNullOrEmpty(ShortInfo))
     {
         return(HelperForVm.TextCut(Info, length));
     }
     return(HelperForVm.TextCut(ShortInfo, length));
 }
コード例 #2
0
ファイル: PlaceBaseVm.cs プロジェクト: taniagreen/moemisto
 public string ShortInfoCutted(int length)
 {
     return(HelperForVm.TextCut(Info, length));
 }