mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 09:01:19 +03:00
760bc5d1a9
Also added: * Join, Choice, and Pipe to SmartThreadPool. * Local performance counters (for Mono, Silverlight, and WindowsCE)
9 lines
382 B
XML
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>
|