예제 #1
0
파일: Business.cs 프로젝트: mdileep/Chandam
        public static string Rules2(Rule R, bool useExample)
        {
            string s = R.RuleText == null?CheatSheet.BuildRules2(R, useExample) : R.RuleText;

            return("<div class='err'>" + R.Name + "</div>" + s);
        }