Ejemplo n.º 1
0
        public frmMainTabs()
        {
            InitializeComponent();

            cbResizeImages.Visible     = false;
            cbVUseInternalCore.Visible = false;

            BLL.LoadSettings(true);

            if (string.IsNullOrEmpty(BLL._Settings.DefaultFolder_UCE_Vault))
            {
                var retVal = new dlgSettings().ShowDialog();
            }
            PopulateGenres();
            SetupKryptonGrid();
            LoadVault();
        }
Ejemplo n.º 2
0
 private void settingsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var dlg    = new dlgSettings();
     var retVal = dlg.ShowDialog();
 }