tested build and deploy via apppackage, fixed typo in IP.cs
This commit is contained in:
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user