VMTreeView:NotificationObject
摘要:public class VMTreeView:NotificationObject { public ObservableCollection<OneNode> OneNodeList { get; set; } public VMTreeView() { OneNodeList = new ObservableCollection<OneNode>(); ObservableCollection<OneNode> NodeList1 = new ObservableCollection<OneNode>(); NodeList1.Add(ne
阅读全文
posted @ 2012-04-04 23:56
浙公网安备 33010602011771号