Example #1
0
        private void searchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SearchSettingsView thePage = new SearchSettingsView();

            thePage.connectionString = connectionString;
            thePage.Show();
        }
Example #2
0
 private void searchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     SearchSettingsView thePage = new SearchSettingsView();
     thePage.connectionString = connectionString;
     thePage.Show();
 }