Beispiel #1
0
 public static IndicatorSource FromValue(IndicatorSourceValue value)
 {
     return(FromInt32((int)value));
 }
Beispiel #2
0
 public IndicatorSource(IndicatorSourceValue value, string displayName) : base((int)value, displayName)
 {
 }