v0.4.0 major code cleanup

This commit is contained in:
Szymon Porwolik
2019-03-01 01:57:00 +01:00
committed by simpo
parent f383f3c056
commit 3ff2fff728
10 changed files with 453 additions and 394 deletions

View File

@@ -1,4 +1,4 @@
// this class just wraps some Win32 stuff that we're going to use for blocking of multiple instances
// This class just wraps some Win32 stuff that we're going to use for blocking of multiple instances
using System;
using System.Runtime.InteropServices;