Пример #1
0
 private void OnNotifyOrder(WebStoreOrderNotification notification)
 {
     Debug.WriteLine("OnOrderReceived Client called: " + notification);
     if (Fox != null)
     {
         Fox.OnNotifyOrder(notification);
     }
 }
Пример #2
0
 public void NotifyOrder(WebStoreOrderNotification notification)
 {
     Proxy.Invoke("NotifyOrder", notification);
 }