ASR.Interface.Report.Report C# (CSharp) Method

Report() public method

public Report ( ) : System
return System
        public Report()
        {
            this.scanners = new Dictionary<string, ScannerItem>();
            this.viewers = new Dictionary<string, ViewerItem>();
            this.filters = new Dictionary<string, FilterItem>();
        }