Administrator 2 months ago
parent
commit
3a84a4bdcc
  1. 2
      Class/DataReceived.cs
  2. 2
      QueryPage.xaml.cs

2
Class/DataReceived.cs

@ -57,7 +57,7 @@ namespace SunlightAggregationTerminal.Class
}); });
} }
return null; // 如果未找到有效IP则返回null return ""; // 如果未找到有效IP则返回null
} }
public static string ServerIP = ""; public static string ServerIP = "";

2
QueryPage.xaml.cs

@ -75,7 +75,7 @@ public partial class QueryPage : ContentPage
} }
} }
} }
catch (Exception ex) { catch (Exception) {
} }
} }

Loading…
Cancel
Save