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