Example #1
0
        private async void DisplayIP()
        {
            IP.Text = await ConnectionController.GetExternalIP();

            if ("No Connection!" != IP.Text)
            {
                Copy.IsEnabled = true;
            }
        }