AnimatGuiCtrls.Forms.SplashForm.MySplashThreadFunc C# (CSharp) Method

MySplashThreadFunc() private static method

private static MySplashThreadFunc ( ) : void
return void
        private static void MySplashThreadFunc()
        {
            m_instance = new SplashForm(m_imageFile, m_transColor, m_strText, m_Font, m_TextPos, m_TextColor);
            m_instance.TopMost = false;
            m_instance.ShowDialog();
        }