Type BstrType = typeof(CadBaseSet);
DataTable dt = (DataTable)BstrType.GetField(sTableOrFolderName).GetValue(BstrType);
相关文章:
Type BstrType = typeof(CadBaseSet);
DataTable dt = (DataTable)BstrType.GetField(sTableOrFolderName).GetValue(BstrType);
相关文章: