Exemple #1
0
        void btnDbBrowse_Click(object sender, EventArgs e)
        {
            finddb f = new finddb();

            if (f.ShowDialog() == DialogResult.OK)
            {
                txtConnString.Text = f.cnString;
            }

            f.Dispose();
        }
Exemple #2
0
        void btnDbBrowse_Click(object sender, EventArgs e)
        {
            finddb f = new finddb();
              if (f.ShowDialog() == DialogResult.OK)
            txtConnString.Text = f.cnString;

              f.Dispose();
        }