03 2016 档案
摘要:使用UIPropertyMetadata写一个Brush的依赖属性。 使用PropertyMetadata的话Binding 绑定ErroColor或者直接写一个色值,界面不会变化。
阅读全文
摘要:离线状态下,设置按钮的不可用。通过改变资源字典的值。 App.xaml 文件下添加如下 xmlns:sys="clr-namespace:System;assembly=mscorlib" <sys:Boolean x:Key="IsOnline1">true</sys:Boolean> App.x
阅读全文
摘要:using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.Configuration.Install; using System.Linq
阅读全文