|
@@ -46,8 +46,8 @@ namespace Shadowsocks |
|
|
Console.WriteLine(e.ToString());
|
|
|
Console.WriteLine(e.ToString());
|
|
|
}
|
|
|
}
|
|
|
LoadLibrary(dllPath);
|
|
|
LoadLibrary(dllPath);
|
|
|
|
|
|
|
|
|
Logging.OpenLogFile();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Logging.OpenLogFile(); |
|
|
Application.EnableVisualStyles();
|
|
|
Application.EnableVisualStyles();
|
|
|
Application.SetCompatibleTextRenderingDefault(false);
|
|
|
Application.SetCompatibleTextRenderingDefault(false);
|
|
|
ShadowsocksController controller = new ShadowsocksController();
|
|
|
ShadowsocksController controller = new ShadowsocksController();
|
|
|