| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using HDL_ON.Common; |
| | | using HDL_ON.DriverLayer; |
| | | using HDL_ON.Entity; |
| | | using HDL_ON.UI.CSS; |
| | | using Java.Util.Functions; |
| | | using Shared; |
| | | |
| | | namespace HDL_ON.UI |
| | |
| | | |
| | | dimmerBar.OnProgressChangedEvent = (sender, e) => |
| | | { |
| | | return; |
| | | if (e == 0 && lastBrightness != 0) |
| | | { |
| | | lastBrightness = 0; |
| | |
| | | |
| | | dimmerBar.OnProgressChangedEvent = (sender, e) => |
| | | { |
| | | return; |
| | | if (e == 0 && lastBrightness != 0) |
| | | { |
| | | lastBrightness = 0; |
| | |
| | | |
| | | dimmerBar.OnProgressChangedEvent = (sender, e) => |
| | | { |
| | | return; |
| | | if (e == 0 && lastBrightness != 0) |
| | | { |
| | | lastBrightness = 0; |