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