public static void ShowInfo() { if (Frst.shown) { Frst.info.Focus(); } else { if (Frst.info == null) { Frst.info = new Frst(); } Frst.info.checkBox1.Visible = false; Frst.info.change = false; Frst.info.Show(); Frst.shown = true; } }
/// <summary> /// Die verwendeten Ressourcen bereinigen. /// </summary> protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); Frst.info = null; }