摘要:
using System;using System.Collections.Generic;using System.Text;using System.ComponentModel;using System.Windows.Forms;namespace Lerado.Framework.Forms{ public class ExportEventArgs : CancelEventArgs ... 阅读全文
posted @ 2010-06-15 17:57
leslie116
阅读(99)
评论(0)
推荐(0)
摘要:
protected virtual void OnPreExport(ExportEventArgs e) { DataGridView dgv = null; Control control; for (control = this.ActiveControl; (control != null) && !object.ReferenceEquals(this, control)... 阅读全文
posted @ 2010-06-15 17:56
leslie116
阅读(222)
评论(0)
推荐(0)
摘要:
using System;using System.ComponentModel;using System.ComponentModel.Design;using System.Collections.Generic;using System.Text;using System.IO;using System.Data;using System.Windows.Forms;namespace Dt... 阅读全文
posted @ 2010-06-15 17:54
leslie116
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号