Exemple #1
0
 protected void Application_End(object sender, EventArgs e)
 {
     EwfInitializationOps.CleanUpStatics();
 }
Exemple #2
0
        // 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());
        }