wp7-app
wp7-app copied to clipboard
本项目已经迁移到 gitee.com,此处不再更新!
public static void StartUserNoticeThread() { if (thread != null && thread.IsAlive) { return; } thread = new Thread(new ThreadStart( () => { while (true) { System.Threading.Thread.Sleep(TimeSpan.FromMilliseconds(2)); Tool.AsyncGetUserNotice(); } } ))...
列表一直向下滚,再往回滚就发现图片缩略图不见了