08 2017 档案
摘要:1 internal class BinaryNodeItem //作用于内部的自定义类型 2 { 3 public int ID { get; set; } //对应SQL表中id值,本节点ID 4 public string Name { get; set; } //对应SQL表中name值,用
阅读全文
摘要:1 (DataRowView)DataGrid_Result.CurrentCell.Item)[DataGrid_Result.CurrentCell.Column.DisplayIndex].ToString() 测试时 SelectionMode 为 Cell。 CurrentCell 和 S
阅读全文

浙公网安备 33010602011771号