ASR.Interface.Report.Report C# (CSharp) Méthode

Report() public méthode

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