Пример #1
0
        public ReportThumbnailVisitor(IReportInfo report)
        {
            this.Result = null;

            report.Accept(this);
        }
Пример #2
0
        public bool ShowItem(IReportInfo report)
        {
            report.Accept(this);

            return(this.show);
        }