コード例 #1
0
        private void CoinList_OnMouseDoubleClick(object sender, MouseButtonEventArgs e)
        {
            _coinList.SelectedItem = CoinWatchUtils.List_OnGotFocus <CoinListController.CNameCPrice>(CoinList, e);
            string coinName = _coinList.SelectedItem.CoinName;

            _window.DataContext = new CoinProfile(coinName);
        }
コード例 #2
0
 private void PostList_OnGotFocus(object sender, RoutedEventArgs e)
 {
     _coinProfile.SelectedItem = CoinWatchUtils.List_OnGotFocus <POST>(LbPostList, e);
 }