protected void Application_End(object sender, EventArgs e) { EwfInitializationOps.CleanUpStatics(); }
// These methods exist because there is no way to hook into these events from within EWF. protected void Application_Start(object sender, EventArgs e) { EwfInitializationOps.InitStatics(new GlobalInitializer()); }