Beispiel #1
0
 public void Step2Button_AutoOpen()
 {
     if ((FormStatus & 0x01) == 0x01)
     {
         Step2Form.Show();
     }
 }
Beispiel #2
0
 private void Step2Button_Click(object sender, EventArgs e)
 {
     if ((FormStatus & 0x01) == 0x01)
     {
         Step2Form.Show();
     }
 }