summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2012-11-20 13:57:09 +0000
committeremkael <emkael@tlen.pl>2012-11-20 13:57:09 +0000
commit9adb46a28a4913827e43a5a7f240e859d590a797 (patch)
treefccf36fdca63fe9e5c2ea9f836269c677f98441f
parent942644c79227d9fab2f80730ccf49a7e76bfb503 (diff)
* clearing result box on new deals
git-svn-id: https://svn.emkael.info/an9k@27 05ec0d5d-773b-4d93-9e23-c81a7ac79feb
-rw-r--r--Analizator9000/Analizator9000/Form1.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Analizator9000/Analizator9000/Form1.cs b/Analizator9000/Analizator9000/Form1.cs
index ad2e595..1f379f0 100644
--- a/Analizator9000/Analizator9000/Form1.cs
+++ b/Analizator9000/Analizator9000/Form1.cs
@@ -104,6 +104,7 @@ namespace Analizator9000
analyzeGroup.Enabled = false;
statusListBox.Items.Clear();
progressBar.Value = 0;
+ resultTextBox.Text = "";
try
{
this.parser.generate = Convert.ToInt64(generateBox.Text);