摘要: 程序集整体框架如下: 其中XmlReader类如下: using System; using System.Collections.Generic; using System.Text; using System.Xml; namespace WpfApp4 { public class XmlRe 阅读全文
posted @ 2020-04-26 14:55 阿坦 阅读(3082) 评论(0) 推荐(1)
摘要: 程序集整体框架如下 MainWindow前台代码中Text="{Binding Stu.Name}", Text="{Binding Stu.Gender}" ,Text="{Binding Stu.Age}"都是绑定到类成员 <Window x:Class="WpfApp1.MainWindow" 阅读全文
posted @ 2020-04-26 09:52 阿坦 阅读(2870) 评论(0) 推荐(0)