Esempio n. 1
0
        protected void Form_Visible(object sender, EventArgs e)
        {
            if (!Visible)
            {
                scpProxy.Stop();

                if (m_PropsActive)
                {
                    m_PropForm.Close();
                }
            }
        }