Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2010-12-29から1日間の記事一覧

アプリケーション設定をWPFで利用する

使い方は、Windowsフォームアプリケーションやコンソールアプリケーションと同じです。 アプリケーション設定を作成する App.xaml マークアップ <Application x:Class="HelloWorld.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"> <Application.Resources> </application.resources></application>