mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-04-23 09:07:17 -05:00
update SaveWindow.cs
This commit is contained in:
parent
113adcfffa
commit
47ac3fddad
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user