コード例 #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);
        }