Beispiel #1
0
        private CatalogueManager( )
        {
            _appSettings = MyZillaSettingsDataSet.GetInstance();

            _appSettings.SaveSettings += new EventHandler <MyZillaSettingsEventArgs>(_appSettings_SaveSettings);

            if (_appSettings.ConnectionType.Rows.Count == 0)
            {
                _appSettings.AddConnectionType("Bugzilla");
            }
        }