Administrator 3 months ago
parent
commit
84b76c1eaf
  1. 3
      View/LogPage.xaml.cs

3
View/LogPage.xaml.cs

@ -74,9 +74,6 @@ public partial class LogPage : ContentPage
private async void Log_Clicked(object sender, EventArgs e)//登录 private async void Log_Clicked(object sender, EventArgs e)//登录
{ {
//TcpServer.Configuration(SERVERIP.Text, UsernameEntry.Text, PasswordEntry.Text,
// Models.AppModels.GetAppUniqueId());
LoadingIndicator.IsVisible = true; LoadingIndicator.IsVisible = true;
if (await AppModels.LogIn()) if (await AppModels.LogIn())

Loading…
Cancel
Save