Exemplo n.º 1
0
 private void SetFanLevelOptions(FanLevels options, string s) => _fanLevels = options;
Exemplo n.º 2
0
 public static double ConvertEnum(FanLevels value) => (int)value;