Commit 02a565bc authored by Josh Ji's avatar Josh Ji

file.close()

parent 29f08482
.vs/*
.vs/FidoReader/v17/.suo
No preview for this file type
......@@ -804,6 +804,7 @@ namespace FidoReader
byte[] fileBuffer = new byte[file.Length];
file.Read(fileBuffer, 0, fileBuffer.Length);
certBox.Text = Convert.ToHexString(fileBuffer);
file.Close();
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment