Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1.                 this.StockSyncService = this.StockSynchronisationServiceResolver();
  2.                 this.StockSyncService.SynchronisationCrashed += this.TransactionSynchroniser_SynchronisationCrashed;
  3.                 this.StockSyncService.StartSynchronisation();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement