Esempio n. 1
0
        public static frmSales CreateInstance()
        {
            frmSales theInstance = new frmSales();

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