public static new void Show() { if (UpdateDialog.Instance == null) { Instance = new UpdateDialog(); } Instance.ShowDialog(); }