| | |
| | | filesList = IO.FileUtils.ReadFiles ().FindAll ((obj) => { return obj.Split ('_').Length == 5; }); |
| | | } |
| | | |
| | | |
| | | public void ShowScene (Action<string> action) |
| | | { |
| | | this.BackgroundColor = SkinStyle.Current.MainColor; |
| | |
| | | LightMixSwitch lightSwitch = Newtonsoft.Json.JsonConvert.DeserializeObject<LightMixSwitch> (System.Text.Encoding.UTF8.GetString (IO.FileUtils.ReadFile (deviceFilePath))); |
| | | #region |
| | | title.Text = lightSwitch.Name; |
| | | //2020-01-13 是否禁掉延迟功能,待确认 |
| | | Button lblChangeName = new Button () { |
| | | X = Application.GetRealWidth (30), |
| | | Y = Application.GetRealHeight (100), |