Architect's Log

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

2011-01-14から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" Width="200" SizeToContent="Height"> <Grid> <StackPanel> <Button Click="NewWindowCliecked">New Window Cli…</button></stackpanel></grid></window>