Files
SmartThreadPool/STPSLDemo/UsageHistoryControl.xaml
T
Ami Bar 760bc5d1a9 Added support for Silverlight and Mono (And more)
Also added:
* Join, Choice, and Pipe to SmartThreadPool.
* Local performance counters (for Mono, Silverlight, and WindowsCE)
2009-12-19 17:36:39 +02:00

9 lines
382 B
XML

<UserControl x:Class="STPSLDemo.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>