Exemplo n.º 1
0
 public Synchronizer(ref LastStatistic lastStatistic)
 {
     gp             = GoogleProvider.GetProvider;
     op             = OutlookProvider.Instance;
     syncinfo       = new SyncInfo(MaxSteps);
     ouContacts     = new Hashtable();
     goContacts     = new Hashtable();
     _lastStatistic = lastStatistic;
     LoggerProvider.Instance.Logger.Debug("Synchronizer class created");
 }