Applicazione test x modifiche filesystem, prove fatte in Zanoni x Euromap63

This commit is contained in:
Samuele E. Locatelli
2020-10-06 16:13:28 +02:00
parent 685df365f4
commit eba149dbd6
9 changed files with 221 additions and 3 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();
}
}
}