private void OnNotifyItemAdded(WebStoreItemAddedNotification notification) { Debug.WriteLine("OnItemAdded Client called: " + notification); if (Fox != null) { Fox.OnNotifyItemAdded(notification); } }
public void NotifyItemAdded(WebStoreItemAddedNotification notification) { Proxy.Invoke("NotifyItemAdded", notification); }