Ejemplo n.º 1
0
 protected void OnGotNewInventoryList(GotNewInventoryListEventArgs e)
 {
     inventoryRequested = false;
     if (GotNewInventoryList != null)
         GotNewInventoryList(this, e);
 }