摘要:
... 阅读全文
摘要:
... 阅读全文
摘要:
WPF有两种数据验证的方式:1 在数据对象上进行验证:普通属性验证或者实现IDataErrorInfo接口2 可以再绑定规则上进行验证:ExceptionValidationRule异常验证规则 DataErrorValidationRule数据错误验证规则 ... 阅读全文
摘要:
using ClassLibrary;using System;using System.Collections.Generic;using System.Collections.ObjectModel;using System.Linq;using System.T... 阅读全文