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 );
		}