Exemplo n.º 1
0
        private void m_connection_config_Click(object sender, EventArgs e)
        {
            FormDbConfig f = new FormDbConfig();

            f.ShowDialog(this);
        }
Exemplo n.º 2
0
        private void b_config_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            FormDbConfig f = new FormDbConfig();

            f.ShowDialog(this);
        }