Example #1
0
        protected override void Dispose(bool disposing)
        {
            try
            {
                if (disposing)
                {
                    if (components != null)
                    {
                        components.Dispose();
                    }

                    lastCommand?.Dispose();
                    liveBox.Dispose();
                    munisToolBar.Dispose();
                    windowList.Dispose();
                    OtherFunctions.EndProgram();
                }
            }
            finally
            {
                base.Dispose(disposing);
            }
        }