Example #1
0
 public string GetMustProcessStr()
 {
     return(StrUtil.List(MustProcessDatas, x => Const.STR_Indent + UIUtil.Red(x.Desc)));
 }