예제 #1
0
        private void pboxDbEdit_Click(object sender, EventArgs e)
        {
            DbConnBuilderPanel options = new DbConnBuilderPanel(CurrentConnSetting);

            options.ShowDialog(this);
        }
예제 #2
0
        private void pboxDbAdd_Click(object sender, EventArgs e)
        {
            DbConnBuilderPanel options = new DbConnBuilderPanel();

            options.ShowDialog(this);
        }