summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-23 17:18:38 +0200
committeremkael <emkael@tlen.pl>2017-08-23 17:18:38 +0200
commit7a496566f759a5aac8b56d46c1b9eb36bdcb3f52 (patch)
tree46cc61cb4764af626a59f3236a9c9e7f75c02a1c /Aktywator/Bws.cs
parent6ad488f28bfd74c39be0c420a671b7c33f9250d6 (diff)
Editor for BWS names
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r--Aktywator/Bws.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs
index 31686c9..4400272 100644
--- a/Aktywator/Bws.cs
+++ b/Aktywator/Bws.cs
@@ -358,7 +358,7 @@ namespace Aktywator
throw new InvalidCastException("Unable to read numeric value from BWS field");
}
- public void syncNames(Tournament tournament, bool interactive, string startRounds)
+ public void syncNames(Tournament tournament, bool interactive, string startRounds, DataGridView grid)
{
int count = 0, countNew = 0, SKOK_STOLOW = 100;
OleDbDataReader d;
@@ -382,7 +382,7 @@ namespace Aktywator
try
{
- Dictionary<int, List<String>> names = tournament.getNameList();
+ Dictionary<int, List<String>> names = tournament.getBWSNames(grid);
while (d.Read())
{