누락된거 업데이트
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
return error;
|
||||
}
|
||||
|
||||
static void DeleteFile(string filePath)
|
||||
public static void DeleteFile(string filePath)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -69,7 +69,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
}
|
||||
}
|
||||
|
||||
static void DeleteDirectory(string dirPath)
|
||||
public static void DeleteDirectory(string dirPath)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user