This commit is contained in:
2024-04-02 07:21:50 +03:00
parent d0ee17c6a5
commit 95bd8fe37f
5 changed files with 127 additions and 42 deletions

View File

@@ -1,4 +1,6 @@
using anbs_cp.Classes;
using anbs_cp.Extensions;
// ReSharper disable LocalizableElement
namespace demo;
@@ -15,7 +17,7 @@ public sealed partial class FileHashAndMimeType: Form
openFileDialog.ShowDialog();
}
private void GetFileHashAndMimeType()
private void GetFileHashAndMimeType ()
{
if (string.IsNullOrEmpty(fileNameEdt.Text))
{