Example #1
0
 public static void ShowIt()
 {
     if (Current == null)
     {
         Current = new ScanForm();
     }
     Current.ShowDialog();
 }
Example #2
0
 private void miScan_Click(object sender, EventArgs e)
 {
     ScanForm.ShowIt();
 }