static TGINI ReadFromBytes(byte[] thebytes) { var ret = new TGINI(); //ret.init1st() ret.ReadFromBytes(thebytes); return(ret); }