ASR.Interface.Report.Report C# (CSharp) 메소드

Report() 공개 메소드

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