摘要: 代码如下 public class Student : BindableBase { private string _title; public string Title { get => _title; set => SetProperty(ref _title, value); } privat 阅读全文
posted @ 2024-08-30 01:04 孤沉 阅读(48) 评论(0) 推荐(0)