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