update SaveWindow.cs

This commit is contained in:
Manu 2022-12-12 17:20:00 +01:00
parent 113adcfffa
commit 47ac3fddad

View File

@ -111,7 +111,7 @@ namespace SwitchGiftDataManager.WinForm
}
}
private bool CheckValidBcatPath(string path)
private static bool CheckValidBcatPath(string path)
{
if (string.IsNullOrWhiteSpace(path))
return false;
@ -137,7 +137,7 @@ namespace SwitchGiftDataManager.WinForm
return true;
}
private bool CheckValidPath(string path)
private static bool CheckValidPath(string path)
{
if(string.IsNullOrWhiteSpace(path))
return false;