diff options
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Resources/BuildDate.txt | 2 | ||||
-rw-r--r-- | Aktywator/Tournament.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/Resources/BuildDate.txt b/Aktywator/Resources/BuildDate.txt index 0417c53..8e190cf 100644 --- a/Aktywator/Resources/BuildDate.txt +++ b/Aktywator/Resources/BuildDate.txt @@ -1 +1 @@ -2017-12-28 +2018-01-16 diff --git a/Aktywator/Tournament.cs b/Aktywator/Tournament.cs index d6da2d4..5fd6772 100644 --- a/Aktywator/Tournament.cs +++ b/Aktywator/Tournament.cs @@ -96,7 +96,7 @@ namespace Aktywator { DataGridViewRow row = new DataGridViewRow(); row.Cells.Add(new DataGridViewTextBoxCell()); - row.Cells[0].Value = pairNumber.ToString(); + row.Cells[0].Value = pairNumber; foreach (string name in names) { DataGridViewTextBoxCell cell = new DataGridViewTextBoxCell(); |