diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2016-11-19 17:59:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 17:59:27 +0100 |
commit | 3663f2248870cc33da1fcda39011423a199b7a10 (patch) | |
tree | f274fec74eaa624cc86f1b50514d6bddcefd7b20 /Aktywator/MainForm.cs | |
parent | 001db1e8d9389c092def6037fe4ac098d5e0e535 (diff) | |
parent | cd8f6bf8c23f9a63669d7489dd9d49525c9df6e4 (diff) |
Merge pull request #4 from emkael/validate-lead-card
Kontrola karty pierwszego wistu
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r-- | Aktywator/MainForm.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index c009750..f684e34 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -286,5 +286,6 @@ namespace Aktywator } } } + } } |