コード例 #1
0
        static TGINI ReadFromBytes(byte[] thebytes)
        {
            var ret = new TGINI();

            //ret.init1st()
            ret.ReadFromBytes(thebytes);
            return(ret);
        }