コード例 #1
0
 private void OnNotifyItemAdded(WebStoreItemAddedNotification notification)
 {
     Debug.WriteLine("OnItemAdded Client called: " + notification);
     if (Fox != null)
     {
         Fox.OnNotifyItemAdded(notification);
     }
 }
コード例 #2
0
 public void NotifyItemAdded(WebStoreItemAddedNotification notification)
 {
     Proxy.Invoke("NotifyItemAdded", notification);
 }