Beispiel #1
0
 private void ModifyPasswordPanel()
 {
     while (startTPassLB)
     {
         ModifyPass mp = new ModifyPass();
         mp.ShowDialog();
         tPassLB.Abort();
         startTPassLB = false;
     }
 }
Beispiel #2
0
        private void ModifyPasswordPanel()
        {
            ModifyPass mp = new ModifyPass();

            mp.ShowDialog();
        }
Beispiel #3
0
 private void ModifyPasswordPanel()
 {
     ModifyPass mp = new ModifyPass();
     mp.ShowDialog();
     tPassLB.Abort();
 }