mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 13:01:23 +03:00
Added and fixed WorkItemsGroupDemoMono
Also fixed Performance Counter which doesn't work on Mono
This commit is contained in:
@@ -11,6 +11,8 @@ namespace WorkItemsGroupDemo
|
||||
[STAThread]
|
||||
public static void Main()
|
||||
{
|
||||
Form1.Init();
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
|
||||
Reference in New Issue
Block a user