Example #1
0
        private void ViewFrame_FormClosing(object sender, FormClosingEventArgs e)
        {
            ReviewFrame.Shared.OnNotificationReceived(this, "StopDocumentReview");
            ReviewFrame.Shared.SavePosition();
            this.SavePosition();

            SMGraphics.RemoveAddedFonts();

            ErrorCatcher.Save();
        }