Ejemplo n.º 1
0
        private bool copyDatabase(String inSourDir, String inDestDir, RegistryKey inAppRegKey)
        {
            SetDatabaseLocation curForm = new SetDatabaseLocation();

            //Application.StartupPath
            return(curForm.copyDatabaseFile(inSourDir, inDestDir, inAppRegKey));
        }
Ejemplo n.º 2
0
        private void navSetDatabase_Click(object sender, EventArgs e)
        {
            DataAccess.DataAccessClose(true);
            Log.CloseFile();
            SetDatabaseLocation curForm = new SetDatabaseLocation();

            curForm.getDatabaseFile(myAppRegKey);
        }
Ejemplo n.º 3
0
        private void navDatabaseBackup_Click(object sender, EventArgs e)
        {
            SetDatabaseLocation curForm = new SetDatabaseLocation();

            curForm.backupDatabaseFile(myAppRegKey);
        }