예제 #1
0
 private void LoadChart()
 {
     ChartManager.LoadChart(chartName, matchesType, new[] { seria1, seria2, seria3 }, currentRole);
     chartNameLabel.Content = $"{chartName} ({matchesType})";
     lbMatchesCount.Content = $"{Properties.Resources.MatchesCount} {ChartManager.MatchesCount}";
     lbWinRate.Content      = $"{Properties.Resources.WinRate} {ChartManager.WinRate}%";
 }