| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | //Radius = (uint)Application.GetRealHeight(6), |
| | | //BackgroundColor = SkinStyle.Current.MusicEditTextBackgroundColor, |
| | | PlaceholderText="Wi-Fi password", |
| | | Text=pas==""? "":pas, |
| | | PlaceholderTextColor = SkinStyle.Current.MusicEditTextPlaceholderTextColor, |
| | | PlaceholderText ="Wi-Fi password", |
| | | Text=pas==""? "":pas, |
| | | TextColor = SkinStyle.Current.MusicTextColor, |
| | | BorderWidth = 1, |
| | | BorderColor = SkinStyle.Current.MusicEditBorderColor, |
| | |
| | | var webClient = new Shared.Net.MyWebClient (4000); |
| | | return webClient.DownloadString (url); |
| | | } catch (Exception e) { |
| | | System.Console.WriteLine (e.Message); |
| | | Utlis.WriteLine (e.Message); |
| | | return null; |
| | | } |
| | | } |