Moved to VS 2012 + Added support to Windows Phone

This commit is contained in:
Ami Bar
2012-08-20 16:35:37 +03:00
parent 50a6b71d50
commit 9e23bde841
47 changed files with 1387 additions and 107 deletions
+8
View File
@@ -0,0 +1,8 @@
<UserControl x:Class="STPWPDemo.UsageHistoryControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="400" Height="300">
<Grid x:Name="LayoutRoot" Background="Black" Loaded="LayoutRoot_Loaded">
<InkPresenter x:Name="_surface" Background="Black"/>
</Grid>
</UserControl>