摘要:
mvvm模式:model view viewmodel model: public class NavicateModel { public string Name { get; set; } } viewmodel:需要继承INotifyPropertyChanged public class M 阅读全文
摘要:
书接上文。 做完了客户端模式来做密码模式。 密码模式需要用户和密码。 现在Config里面添加个方法 public static List<TestUser> GetUsers() { return new List<TestUser>() { new TestUser() { //用户名 User 阅读全文