Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 5a1bdae

Browse files
committed
fix version
1 parent 7a13182 commit 5a1bdae

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

BUILD/ANDREICSLIB.dll

0 Bytes
Binary file not shown.

BUILD/Word Find Solver.exe

0 Bytes
Binary file not shown.

INFO/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5
1+
0.4

SOURCE/Word Find Solver.v11.suo

29.5 KB
Binary file not shown.

SOURCE/Word Find Solver/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private void loadfromimageB_Click(object sender, EventArgs e)
288288

289289
InitGrid(str.Item3);
290290
}
291-
catch (ArgumentException ex)
291+
catch (Exception ex)
292292
{
293293
MessageBox.Show("error:" + ex);
294294
return;

0 commit comments

Comments
 (0)