mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 11:01:28 +03:00
Moved to VS 2012 + Added support to Windows Phone
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user