예제 #1
0
        static public HttpHelp getInst()
        {
            if (inst == null)
            {
                inst = new HttpHelp();
            }

            return inst;
        }
예제 #2
0
파일: HttpHelp.cs 프로젝트: JoeChen999/scut
        static public HttpHelp getInst()
        {
            if (inst == null)
            {
                inst = new HttpHelp();
            }

            return(inst);
        }