예제 #1
0
        private void registStart()
        {
            Regist reg = new Regist();

            reg.ShowDialog();
        }
예제 #2
0
파일: Login.cs 프로젝트: svn2github/eztx
 private void registStart()
 {
     Regist reg = new Regist();
     reg.ShowDialog();
 }