Architect's Log

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

2010-11-30から1日間の記事一覧

ナビゲーション(画面遷移)のサンプル

WPFでの画面遷移のサンプルを作成します。 構成ファイル App.xaml Page1.xaml Page2.xaml ソースコード 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="Page1.xaml"> </Application> Page1.xaml