aboutsummaryrefslogtreecommitdiffstats
path: root/Software/External_Repositories/ZBar/bin/zbarcam.bat
blob: acefe7b698788c3221ba7981c9f137bf1896a014 (plain)
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Common.Synchronization
{
    public class SynchronizationStatusChangedEventArgs : EventArgs
    {
        public SynchronizationStatus Status { get; set; }
    }
}