コード例 #1
0
 private void calculateRating_Click(object sender, RoutedEventArgs e)
 {
     OperationsWithRating.CalculateRating(resultDataGrid);
 }
コード例 #2
0
 private void savePlayersRating_Click(object sender, RoutedEventArgs e)
 {
     OperationsWithRating.SaveRating(resultDataGrid);
     Load();
 }
コード例 #3
0
 private void ExportRating_Click(object sender, RoutedEventArgs e)
 {
     OperationsWithRating.ExportRating();
 }