Exemplo n.º 1
0
 private void OnNotifyOrder(WebStoreOrderNotification notification)
 {
     Debug.WriteLine("OnOrderReceived Client called: " + notification);
     if (Fox != null)
     {
         Fox.OnNotifyOrder(notification);
     }
 }
Exemplo n.º 2
0
 public void NotifyOrder(WebStoreOrderNotification notification)
 {
     Proxy.Invoke("NotifyOrder", notification);
 }