摘要: public class PersistHelper { public static string lastClickTime = "last_time"; public static DateTime defaultTime = new DateTime(1977, 1, 1); /// /// 查看独立存储是否有指定key的值,如果有的话 获取其值,没有的话返回默认值 /// /// 类型 /// 键 /// /// public... 阅读全文
posted @ 2013-07-23 20:58 haiziguo 阅读(218) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Threading.Tasks;namespace WpfApplication2{ /// /// 继承INotifyPropertyChanged接口,当值发生改变时,向客户端发出通知。 /// public class SliderClass : INotifyPropertyChanged { p... 阅读全文
posted @ 2013-07-23 20:43 haiziguo 阅读(339) 评论(0) 推荐(0) 编辑