Axiom.Samples.SampleContext.OneTimeConfig C# (CSharp) Метод

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

Configures the startup settings for Axiom. It will first load the settings from a configuration file, then open a dialog for any further configuration.
protected OneTimeConfig ( ) : bool
Результат bool
		protected virtual bool OneTimeConfig()
		{
			if ( this.ConfigurationManager.RestoreConfiguration( this.Root ) )
				return true;

			return this.ConfigurationManager.ShowConfigDialog( this.Root );
		}