CamTimer.Kernel.m_notifyIcon_Exit C# (CSharp) Method

m_notifyIcon_Exit() private method

private m_notifyIcon_Exit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_notifyIcon_Exit(object sender, EventArgs e)
        {
            m_scheduleThread.Stop();
            m_scheduleThread.Dispose();
            m_notifyIcon.Dispose();
            Application.Exit();
        }