public static void ShowLoadingBar() { if (statusform.IsDisposed) { statusform = new frmStatus(); } statusform.Show(); }