Remove reference to future API

This commit is contained in:
Jordan Brown
2017-10-30 15:25:52 -04:00
committed by GitHub
parent bd5faf9917
commit 3c3128cb85
+1 -1
View File
@@ -9,7 +9,7 @@ namespace TGServerService
/// <summary>
/// Entry point to the program
/// </summary>
static void Main() => Service.Launch();
static void Main() => new Service();
/// <summary>
/// Copy a file from <paramref name="source"/> to <paramref name="dest"/>, but first ensure the destination directory exists