Architect's Log

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

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

ウィンドウのモーダルとモードレスを検証する

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="ShowMethod">Show</Button> </stackpanel></window>