Esempio n. 1
0
 /// <summary>
 /// Запустить обновление рдеров
 /// </summary>
 public void UpdateOrdersAndNotifications()
 {
     //UpdateOrdersDelegate.Invoke();
     UpdateNotificationsDelegate.BeginInvoke(null, null);
 }