/// <summary> /// Releases unmanaged and - optionally - managed resources. /// </summary> /// <param name="disposing"> /// <c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only /// unmanaged resources. /// </param> protected override void Dispose(bool disposing) { if (disposing) { if (_AoInit != null) { _AoInit.Shutdown(); } AOUninitialize.Shutdown(); } }
private void Form1_Closing(object sender, CancelEventArgs e) { ApplicationBase.IsPrintForm = false; AOUninitialize.Shutdown(); }