/* * Status Values: * 0 = Recently Added / not watched * 1 = Watched * 2 = Error, Something is wrong! */ static void Main(string[] args) { string[] targets = { @"\\server1\Private\Anime" }; Syncronizer sync = new Syncronizer(targets); }