示例#1
0
        static void Main(string[] args)
        {
            FtpSyncWorker lWorker = new FtpSyncWorker();

            if (lWorker.CheckArgs(args))
            {
                lWorker.Sync();
            }
        }
示例#2
0
		static void Main(string[] args)
		{
			FtpSyncWorker lWorker = new FtpSyncWorker();

			if (lWorker.CheckArgs(args))
			{
				lWorker.Sync();
			}
		}