예제 #1
0
파일: _Format.cs 프로젝트: sonygod/dotahit
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter  = new DBINT();
            }
예제 #2
0
파일: _Format.cs 프로젝트: sonygod/dotahit
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter = new DBINT();
            }