Skip to content

Commit 01aa8bd

Browse files
committed
fix close buttons actions
1 parent f419359 commit 01aa8bd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Analogy/Analogy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
2626
<PackageTags />
2727
<RepositoryType>git</RepositoryType>
28-
<Version>4.2.14</Version>
28+
<Version>4.3.0</Version>
2929
<Copyright>Lior Banai © 2020</Copyright>
3030
<Product>Analogy Log Viewer</Product>
3131
<PackageReleaseNotes></PackageReleaseNotes>

Analogy/Forms/AnalogyAboutBox.Designer.cs

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Analogy/Forms/AnalogyAboutBox.cs

+4
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,9 @@ public string AssemblyCompany
9292
}
9393
#endregion
9494

95+
private void btnOK_Click(object sender, EventArgs e)
96+
{
97+
Close();
98+
}
9599
}
96100
}

0 commit comments

Comments
 (0)