Пример #1
0
 internal SynchronizationResult()
 {
     Uploads = new TransferEventArgsCollection();
     Downloads = new TransferEventArgsCollection();
     Removals = new RemovalEventArgsCollection();
 }
Пример #2
0
 internal RemovalOperationResult()
 {
     Removals = new RemovalEventArgsCollection();
 }