摘要: public static CommandID cmdDataGridView; cmdDataGridView = new CommandID(guidSharpErpCmdSet, 5);public class DataGridViewCommand : Command { public DataGridViewCommand() : base(SharpErpCommands.cmdDat... 阅读全文
posted @ 2010-06-20 17:07 leslie116 阅读(153) 评论(0) 推荐(0)
摘要: protected virtual void OnDataGridView(object sender, EventArgs e) { DataGridView dataGridView = this.CreateDataGridView(); if (dataGridView == null || dataGridView.Columns.Count == 0) { return; } data... 阅读全文
posted @ 2010-06-20 17:04 leslie116 阅读(362) 评论(0) 推荐(0)