Example #1
0
        public Run()
        {
            ScanSetCollection    = new ScanSetCollection();
            ResultCollection     = new ResultCollection(this);
            XYData               = new XYData();
            MSLevelList          = new Dictionary <int, byte>();
            PrimaryLcScanNumbers = new List <int>();

            IsMsAbundanceReportedAsAverage = false;
        }
Example #2
0
        protected Run()
        {
            ScanSetCollection = new ScanSetCollection();
            ResultCollection  = new ResultCollection(this);

            // ReSharper disable once VirtualMemberCallInConstructor
            XYData = new XYData();

            MSLevelList          = new Dictionary <int, byte>();
            PrimaryLcScanNumbers = new List <int>();

            IsMsAbundanceReportedAsAverage = false;
        }