コード例 #1
0
        private void LoadConfiguration()
        {
            DataTrackConfigReader reader = new DataTrackConfigReader();

            databaseConfig = new DatabaseConfiguration(reader.GetDatabaseConfigNode());
            loggingConfig  = new LogConfiguration(reader.GetLoggingConfigNode());
            cacheConfig    = new CacheConfiguration(reader.GetCacheConfigNode());
        }