CamTimer.Kernel.m_notifyIcon_Show C# (CSharp) Method

m_notifyIcon_Show() private method

private m_notifyIcon_Show ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_notifyIcon_Show(object sender, EventArgs e)
        {
            MainForm.ShowInstance(0);
        }