16 lines
283 B
C#
16 lines
283 B
C#
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();
|
|
}
|
|
}
|
|
} |