Architect's Log

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

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

メニューに項目を表示する

アプリ実行 起動 [ファイル]メニュー [編集]メニュー 検証 項目 結果 メニューの[開く]をクリックするとファイル選択ダイアログが表示される OK ソースコード App.xaml <Application x:Class="WpfApplication2.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"> </Application>…