Exemplo n.º 1
0
 private void OnNodeClick(BNetContext <Career> d3Object)
 {
     guiBattleNetHostList.SelectedItem = hosts.FirstOrDefault(h => h.Url == d3Object.Host);
     guiBattleTag.Text    = d3Object.BattleTag.ToString();
     D3ObjectLiveUrl.Text = D3Api.GetCareerUrl(d3Object.BattleTag);
 }