Applicazione test x modifiche filesystem, prove fatte in Zanoni x Euromap63
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user