Final revision

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-06-09 20:46:31 +07:00
parent 09cee74f0c
commit 594217203d
6 changed files with 137 additions and 135 deletions

View File

@@ -4,7 +4,7 @@ using System.Windows.Forms;
namespace ScreenCaptureApp
{
public partial class ResultForm : Form
public partial class ResultForm : Form, IDisposable
{
public ResultForm(Image capturedImage)
{
@@ -30,4 +30,4 @@ namespace ScreenCaptureApp
this.Close();
}
}
}
}