| | |
| | | if(UserConfig.Instance.CurrentRegion.IsOthreShare != IsOthreShare) { |
| | | ShowBodyView (); |
| | | //Utlis.WriteLine ("需要刷新"); |
| | | }else |
| | | { |
| | | //Utlis.WriteLine ("不需要刷新"); |
| | | } |
| | | } |
| | | |
| | |
| | | }; |
| | | |
| | | CommonUtlis.Current.ShowActionAlert (Language.StringByID (R.MyInternationalizationString.DoYouWantToSynchronizeToTheCloud), okAction); |
| | | |
| | | }; |
| | | SyncDeviceView.MouseUpEventHandler += SyncDeviceEventHandler; |
| | | btnSyncDeviceIcon.MouseUpEventHandler += SyncDeviceEventHandler; |
| | |
| | | }; |
| | | AlexaView.AddChidren (btnAlexaIcon); |
| | | |
| | | //智能音箱 |
| | | Button btnAlexaTitle = new Button () { |
| | | X = Application.GetRealWidth (125), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Text = "Alexa Integration", |
| | | Text = "Smart speaker", |
| | | TextColor = SkinStyle.Current.TextColor1, |
| | | }; |
| | | AlexaView.AddChidren (btnAlexaTitle); |