Skip to content

Instantly share code, notes, and snippets.

@hilapon
Created January 14, 2015 04:51
Show Gist options
  • Save hilapon/adb050776e1e83de62b4 to your computer and use it in GitHub Desktop.
Save hilapon/adb050776e1e83de62b4 to your computer and use it in GitHub Desktop.
WPF の Hello world (その1)
<Window x:Class="Helloworld1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
Hello World
</Window>
@hilapon
Copy link
Author

hilapon commented Jan 14, 2015

一番簡単なWPF の Hello world です。Window の Content に直接文字列を設定しています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment