Aggiunta test FileWatcher

This commit is contained in:
Samuele Locatelli
2021-12-01 16:48:17 +01:00
parent 6c13590778
commit bd2b801918
9 changed files with 341 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TestApp
{
internal class Program
{
private static void Main(string[] args)
{
// eseguo test FS Watcher
FSWatch.Run();
}
}
}