Exemplo n.º 1
0
 /// <summary>
 /// Sync complete
 /// </summary>
 /// <param name="arg"></param>
 private void SyncComplate(Events.SyncEvent arg)
 {
     if (arg.IsEnd)
     {
         _globalEventor.Unsubscribe <Events.SyncEvent>(SyncComplate);
         GetProducts(0, _countProductPerPage);
     }
 }
Exemplo n.º 2
0
 public void UnSubscribeEventor()
 {
     _globalEventor.Unsubscribe <Events.CartChangeEvent>(CartChange);
 }