/// <summary> /// Shut down the TEResourceHelper Form. /// </summary> public static void ShutDownTEResourceHelper() { if (s_form != null) { s_form.Dispose(); s_form = null; } }