摘要:
App.config App.xaml.cs
protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); //第一种方式就是用配置文件 配置 string appLang = Configu... 阅读全文
摘要:
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(... 阅读全文
摘要:
//---------------------------------------------------------------------------- //
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//--------------------------------------------------... 阅读全文