摘要:
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Microsoft.Win32;public partial class PrintSetDefault : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (ReadReg() == 1) { ... 阅读全文
posted @ 2012-04-28 14:03 张银 阅读(1243) 评论(0) 推荐(2) 编辑