网络初始化++

This commit is contained in:
2026-02-02 18:08:24 +08:00
parent f2bb61df43
commit f2f57571c9
11 changed files with 201 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ namespace CMLeonOS
Thread.Sleep(1000);
}
Console.WriteLine("\rRestarting now! ");
Console.WriteLine("\rRestarting now!");
Sys.Power.Reboot();
}
catch (Exception ex)