Exemplo n.º 1
0
 /// <summary>
 /// Static constructor
 /// </summary>
 static Settings()
 {
     UI            = new UISettings();
     G15           = new G15Settings();
     IGB           = new IGBSettings();
     Proxy         = new ProxySettings();
     Updates       = new UpdateSettings();
     Calendar      = new CalendarSettings();
     Exportation   = new ExportationSettings();
     Notifications = new NotificationSettings();
 }
Exemplo n.º 2
0
        /// <summary>
        /// Static constructor.
        /// </summary>
        static Settings()
        {
            UI                          = new UISettings();
            G15                         = new G15Settings();
            Proxy                       = new ProxySettings();
            Updates                     = new UpdateSettings();
            Calendar                    = new CalendarSettings();
            Exportation                 = new ExportationSettings();
            MarketPricer                = new MarketPricerSettings();
            Notifications               = new NotificationSettings();
            LoadoutsProvider            = new LoadoutsProviderSettings();
            PortableEveInstallations    = new PortableEveInstallationsSettings();
            CloudStorageServiceProvider = new CloudStorageServiceProviderSettings();

            EveMonClient.TimerTick += EveMonClient_TimerTick;
        }
Exemplo n.º 3
0
        public SerializableSettings()
        {
            Plans               = new List <SerializablePlan>();
            Accounts            = new List <SerializableAccount>();
            Characters          = new List <SerializableSettingsCharacter>();
            MonitoredCharacters = new List <MonitoredCharacterSettings>();

            APIProviders  = new SerializableAPIProviders();
            Notifications = new NotificationSettings();
            Exportation   = new ExportationSettings();
            Scheduler     = new SerializableScheduler();
            Calendar      = new CalendarSettings();
            Updates       = new UpdateSettings();
            Proxy         = new ProxySettings();
            IGB           = new IGBSettings();
            G15           = new G15Settings();
            UI            = new UISettings();
        }
Exemplo n.º 4
0
 public SerializableSettings()
 {
     m_plans                     = new Collection <SerializablePlan>();
     m_apiKeys                   = new Collection <SerializableAPIKey>();
     m_characters                = new Collection <SerializableSettingsCharacter>();
     m_monitoredCharacters       = new Collection <MonitoredCharacterSettings>();
     CloudStorageServiceProvider = new CloudStorageServiceProviderSettings();
     PortableEveInstallations    = new PortableEveInstallationsSettings();
     Notifications               = new NotificationSettings();
     APIProviders                = new APIProvidersSettings();
     LoadoutsProvider            = new LoadoutsProviderSettings();
     MarketPricer                = new MarketPricerSettings();
     Exportation                 = new ExportationSettings();
     Scheduler                   = new SchedulerSettings();
     Calendar                    = new CalendarSettings();
     Updates                     = new UpdateSettings();
     Proxy = new ProxySettings();
     G15   = new G15Settings();
     UI    = new UISettings();
 }