Example #1
0
 private void ResetBtn_Click(object sender, EventArgs e)
 {
     if ((LoginTxt.Text != "") && (PassText.Text != "") && (MACTest.Text != ""))
     {
         pForm = new PassForm();
         pForm.Show();
     }
     else
     {
         eForm = new ErrorForm();
         eForm.Show();
     }
 }
Example #2
0
 private void ResetBtn_Click(object sender, EventArgs e)
 {
     PassForm passform = new PassForm();
 }