Exemple #1
0
        /// <summary>
        /// Function that shows splash screen with database configuration string
        /// </summary>
        private void configureDatabaseToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AddDatabaseSplashScreen splash = new AddDatabaseSplashScreen();

            splash.ShowDialog();
        }
 /// <summary>
 /// Function that shows splash screen with database configuration string
 /// </summary>
 private void configureDatabaseToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AddDatabaseSplashScreen splash = new AddDatabaseSplashScreen();
     splash.ShowDialog();
 }