private async void DisplayIP() { IP.Text = await ConnectionController.GetExternalIP(); if ("No Connection!" != IP.Text) { Copy.IsEnabled = true; } }