Exemplo n.º 1
0
        public static MTable getTable(WindData wd, params object[] colTypes)
        {
            MTable ret = new MTable();

            ret.FillTable(getRecords(wd, colTypes));
            return(ret);
        }