} //End Function static public TGINI ReadFromLines(string[] lines) { var ret = new TGINI(); //ret.init1st() ret.ParseLines(lines); return(ret); }