Architect's Log

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

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

マークアップだけでHelloWorld(続編)

ウィンドウ定義を独立したファイルに移動します。 App.xaml <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" StartupUri="MyWindow.xaml" /> MyWindow.xaml <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <TextBlock>Hello World</TextBlock> </Window> HelloWorld.csproj </application>