Aura.Shared.Util.Configuration.BaseConf.BaseConf C# (CSharp) Метод

BaseConf() защищенный Метод

protected BaseConf ( ) : Aura.Shared.Util.Configuration.Files
Результат Aura.Shared.Util.Configuration.Files
		protected BaseConf()
		{
			this.Log = new LogConfFile();
			this.Database = new DatabaseConfFile();
			this.Localization = new LocalizationConfFile();
			this.Internal = new InterConfFile();
			this.Premium = new PremiumConfFile();
		}