wp7-app icon indicating copy to clipboard operation
wp7-app copied to clipboard

本项目已经迁移到 gitee.com,此处不再更新!

Results 3 wp7-app issues
Sort by recently updated
recently updated
newest added

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(); } } ))...

列表一直向下滚,再往回滚就发现图片缩略图不见了