摘要: public static readonly DependencyProperty IsUpdateUIProperty = DependencyProperty.Register( "IsUpdateUI", typeof(bool), typeof(LoginStackPanel), new PropertyMetadata(false, (a, b) => { LoginStackPanel lsp ... 阅读全文
posted @ 2013-12-04 11:00 haiziguo 阅读(407) 评论(0) 推荐(0) 编辑