tested build and deploy via apppackage, fixed typo in IP.cs

This commit is contained in:
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 12:40:57 +02:00
parent 3a90f26262
commit 512648d907
5 changed files with 17 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ namespace PolyChat
var result = await dialog.ShowAsync();
if (result == ContentDialogResult.Primary)
{
string ip = IP.GetIPfromCode(dialog.getValue());
string ip = IP.GetIPFromCode(dialog.getValue());
Controller.Connect(ip);
Partners.Add(new ChatPartner(
"Connecting...",