summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-04-13 16:51:14 +0200
committeremkael <emkael@tlen.pl>2018-04-13 16:51:14 +0200
commitd9a9ced98db04759739eebb6b07361670f097eaa (patch)
tree3a1d8308be99d70b433bf59b1ddc675d2f7afda3 /Aktywator/MainForm.cs
parentf8fa8c47077c25c56cf245e8d974613db4459ff6 (diff)
Some of the initialization procedures for BWS might need a valid reference to Bws()
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 1e418fd..511db11 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -65,6 +65,7 @@ namespace Aktywator
}
bws = new Bws(filename, this);
+ bws.init();
bws.convert();
labelFilename.Text = filename;