20240402
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user