Showing posts with label Windows Live Writter. Show all posts
Showing posts with label Windows Live Writter. Show all posts

Wednesday, February 20, 2008

Sample XAML Source Code posted using Windows Live Writer (Version 2008)

You can download Windows Live Writer (Version 2008) from here.

-----------------------------------------------------------------------------

<!-- Window1.xaml -->

<Window x:Class="WpfApplication2.Window1"

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

Title="Window1" Height="300" Width="300">

<Grid>

</Grid>

</Window>

-----------------------------------------------------------------------------