Architect's Log

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

2011-01-11から1日間の記事一覧

WPFエントリのまとめ

WPF関連のエントリをこのページにまとめます。エントリするたびに随時更新します。 Hello World WPFをはじめました - プログラマーな日々エディタだけでWPFのHello World - プログラマーな日々ソースコードとプロジェクトファイルを手書きしてHello Worldを…

ダイアログのスタートアップを検証する

MainWindow.xaml <Window x:Class="HelloWorld.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="200" Width="300"> <StackPanel> <Button Click="ShowDialog">Show Dialog</Button> </StackPanel> </window>