예제 #1
0
        public static void Main(string[] args)
        {
            var ftpSync = new FTPSync();

            ftpSync.RunFTPSync();
            Console.ReadKey();
        }
예제 #2
0
        protected override void OnStart(string[] args)
        {
            var ftpSync = new FTPSync();

            ftpSync.RunFTPSync();
        }