예제 #1
0
파일: Form1.cs 프로젝트: wee2tee/MPA3
        private void btnConfig_Click(object sender, EventArgs e)
        {
            DialogConfig conf = new DialogConfig();

            conf.ShowDialog();
        }