Exemplo n.º 1
0
        //====================================================================================================
        #endregion Constructors.
        //====================================================================================================

        //====================================================================================================
        #region Initializers.
        //====================================================================================================

        protected override void OnInitialize()
        {
            this.ApplicationInfo = ApplicationInfo.GetApplicationInfo(Assembly.GetExecutingAssembly());

            this.Logger = new Logger(AffinityConfigurationDesktop.DirectoryApplicationData);

            this.Options = new Options();
            this.Options.Initialize(this);
            this.Options.Load();
            this.Options.Save();

            this.ReInitialize();
        }