08 2017 档案

摘要:1 internal class BinaryNodeItem //作用于内部的自定义类型 2 { 3 public int ID { get; set; } //对应SQL表中id值,本节点ID 4 public string Name { get; set; } //对应SQL表中name值,用 阅读全文
posted @ 2017-08-24 18:25 黑龙大爷 阅读(506) 评论(0) 推荐(0)
摘要:1 (DataRowView)DataGrid_Result.CurrentCell.Item)[DataGrid_Result.CurrentCell.Column.DisplayIndex].ToString() 测试时 SelectionMode 为 Cell。 CurrentCell 和 S 阅读全文
posted @ 2017-08-03 17:43 黑龙大爷 阅读(2917) 评论(0) 推荐(1)