类统计(按书目库)
// 编写者:谢涛
// (C) 版权所有 数字平台(北京)软件有限责任公司
// 最后修改: 2008/4/18
using System;
using System.Collections.Generic; // List<?>
using System.Windows.Forms;
using System.IO;
using System.Text;
using System.Xml;
using System.Drawing; // Size
using dp2Circulation;
using DigitalPlatform;
using DigitalPlatform.Xml;
using DigitalPlatform.dp2.Statis;
using DigitalPlatform.Text;
using DigitalPlatform.Marc;
public class MyStatis : BiblioStatis
{
string ErrorFilename = ""; // 错误信息文件名
StreamWriter sw = null;
long m_lErrorCount = 0;
Table table = new Table(3); // 种数 册数 价格
方案 '分类统计(按书目库)' 中文件 'main.cs' 编译发现错误或警告:
信息条数:1
(226,47) error CS0117 : “dp2Circulation.Global”并不包含“GetPurePrice”的定义