03 2017 档案
摘要:public sealed class Singleton{ private static readonly Lazy<Singleton> lazy = new Lazy<Singleton>(() => new Singleton()); public static Singleton Inst
阅读全文
摘要:在silverlight中使用菜单结果发现设置IsEnabled 界面不刷新,只有鼠标划过后才更新。百思不得其解。最后找到解决方案: http://dlaa.me/blog/post/10007250 我是使用Set the MenuItemIsEnabledWorkaround.IsActive
阅读全文

浙公网安备 33010602011771号