Winify
/trunk/Winify/Program.cs |
---|
@@ -1,4 +1,5 @@ |
using System; |
using System.IO; |
using System.Threading; |
using System.Windows.Forms; |
@@ -20,6 +21,8 @@ |
[STAThread] |
private static void Main() |
{ |
Directory.SetCurrentDirectory(AppDomain.CurrentDomain.BaseDirectory); |
if (Mutex.WaitOne(TimeSpan.Zero, true)) |
try |
{ |