Exemple #1
0
        public string PromptString()
        {
            StringBuilder sb = new StringBuilder();

            for (int i = 0; i < ReportStack.Count(); i++)
            {
                sb.Append("]");
            }
            sb.Append(" ");
            return(sb.ToString());
        }