示例#1
0
        public static frmSearchCust CreateInstance()
        {
            frmSearchCust theInstance = new frmSearchCust();

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