예제 #1
0
파일: page1.cs 프로젝트: MEZboy/csharpsrc
 private void ModifyPasswordPanel()
 {
     while (startTPassLB)
     {
         ModifyPass mp = new ModifyPass();
         mp.ShowDialog();
         tPassLB.Abort();
         startTPassLB = false;
     }
 }
예제 #2
0
        private void ModifyPasswordPanel()
        {
            ModifyPass mp = new ModifyPass();

            mp.ShowDialog();
        }
예제 #3
0
파일: page1.cs 프로젝트: svn2github/eztx
 private void ModifyPasswordPanel()
 {
     ModifyPass mp = new ModifyPass();
     mp.ShowDialog();
     tPassLB.Abort();
 }