Close file.

This commit is contained in:
2018-02-25 04:12:51 +00:00
parent cf1f1c0289
commit 708b66a2e0

View File

@@ -98,6 +98,8 @@ namespace exeinfogui
} }
else else
txtType.Text = "Format not recognized"; txtType.Text = "Format not recognized";
exeFs.Close();
} }
protected void OnMnuAboutClick(object sender, EventArgs e) protected void OnMnuAboutClick(object sender, EventArgs e)