Porting the old instance complete. Added DD necessities

This commit is contained in:
Cyberboss
2017-10-26 14:01:28 -04:00
parent d769212f95
commit 26bf35bc4b
15 changed files with 234 additions and 109 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace TGServerService
/// <summary>
/// Entry point to the program
/// </summary>
static void Main() => new Service();
static void Main() => Service.Launch();
/// <summary>
/// Copy a file from <paramref name="source"/> to <paramref name="dest"/>, but first ensure the destination directory exists