Exemplo n.º 1
0
        public static frmSplash CreateInstance()
        {
            frmSplash theInstance = new frmSplash();

            theInstance.Form_Load();
            return(theInstance);
        }