Skip to content

Instantly share code, notes, and snippets.

@OdeToCode
Created July 3, 2014 13:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OdeToCode/7e47cc382cb36f16c2f0 to your computer and use it in GitHub Desktop.
Save OdeToCode/7e47cc382cb36f16c2f0 to your computer and use it in GitHub Desktop.
<Window x:Class="WpfApplication8.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525"
<!-- event wire up here: -->
Loaded="MainWindow_Loaded">
<Canvas x:Name="DrawingCanvas">
</Canvas>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment