예제 #1
0
 private void SetFanLevelOptions(FanLevels options, string s) => _fanLevels = options;
예제 #2
0
 public static double ConvertEnum(FanLevels value) => (int)value;