摘要: App.config App.xaml.cs protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); //第一种方式就是用配置文件 配置 string appLang = Configu... 阅读全文
posted @ 2015-01-31 20:48 陈意 阅读(366) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Data; namespace System.Windows.Controls { [ValueConversion(typeof(... 阅读全文
posted @ 2015-01-31 00:58 陈意 阅读(540) 评论(0) 推荐(0) 编辑
摘要: //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------... 阅读全文
posted @ 2015-01-31 00:50 陈意 阅读(428) 评论(0) 推荐(0) 编辑