摘要: public partial class index : INotifyPropertyChanged { public index() { InitializeComponent(); DataContext = this; } private string _userName; public s 阅读全文
posted @ 2024-11-20 10:39 长安626 阅读(25) 评论(0) 推荐(0)