Esempio n. 1
0
        static public HttpHelp getInst()
        {
            if (inst == null)
            {
                inst = new HttpHelp();
            }

            return inst;
        }
Esempio n. 2
0
        static public HttpHelp getInst()
        {
            if (inst == null)
            {
                inst = new HttpHelp();
            }

            return(inst);
        }