private void llenarDatos(DataRow r) { clave = DataRowParser.ToInt(r["clave"]); log = DataRowParser.ToString(r["log"]); tipo = DataRowParser.ToTipoLog(r["tipo"]); timestamp = DataRowParser.ToLongDateTime(r["timestamp"]); }