public StatisticsManager() { StatisticalSnapShots = new List <StatisticalSnapShot>(); IsStatisticsNeeded = false; instance = this; ClearCapturedData(); }
public StatisticsManager() { Requestors = new ThreadSafeDictionary <ushort, NebulaConnection>(); StatisticalSnapShots = new List <StatisticalSnapShot>(); IsStatisticsNeeded = false; instance = this; ClearCapturedData(); }