mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
style: Use built-in type alias
This commit is contained in:
@@ -2234,7 +2234,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
/// </summary>
|
||||
public void TryToSetBlueStacksHyperVAddress()
|
||||
{
|
||||
if (String.IsNullOrEmpty(_bluestacksConfig))
|
||||
if (string.IsNullOrEmpty(_bluestacksConfig))
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -2247,7 +2247,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
|
||||
var all_lines = File.ReadAllLines(_bluestacksConfig);
|
||||
|
||||
if (String.IsNullOrEmpty(_bluestacksKeyWord))
|
||||
if (string.IsNullOrEmpty(_bluestacksKeyWord))
|
||||
{
|
||||
foreach (var line in all_lines)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user