aboutsummaryrefslogtreecommitdiff
path: root/src/Interface/ResultBar.cs
diff options
context:
space:
mode:
authorSerghei Cebotari <51533848+schebotar@users.noreply.github.com>2022-04-03 12:51:08 +0300
committerGitHub <noreply@github.com>2022-04-03 12:51:08 +0300
commite7d590bd2387f656d0b12db6fbe09abf647623bd (patch)
treef889d203da37460e2d919a295bb595a6d6a5cb62 /src/Interface/ResultBar.cs
parent215d68ea95ce44c68e1de235bc18c4dcbe5aaee2 (diff)
parentf0dc286f9020146a95471506385a4d99d7200595 (diff)
Merge pull request #19 from schebotar/dev
Dev
Diffstat (limited to 'src/Interface/ResultBar.cs')
-rw-r--r--src/Interface/ResultBar.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Interface/ResultBar.cs b/src/Interface/ResultBar.cs
index 1b4d7f4..f59eb0a 100644
--- a/src/Interface/ResultBar.cs
+++ b/src/Interface/ResultBar.cs
@@ -1,4 +1,5 @@
-using System.Text;
+using System;
+using System.Text;
namespace RehauSku.Interface
{