public static DialogResult ShowUpdate(GUI owner) { if (LyraUpdate.lyraUpdate == null) { LyraUpdate.lyraUpdate = new LyraUpdate(); } return LyraUpdate.lyraUpdate.ShowDialog(owner); }
/// <summary> /// Clean up any resources being used. /// </summary> protected override void Dispose(bool disposing) { LyraUpdate.lyraUpdate = null; if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); }