AK.F1.Timing.UI.Converters.DriverStatusToBrushConverter.ConvertBack C# (CSharp) 메소드

ConvertBack() 공개 메소드

This method always throws a System.NotImplementedException.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object
        public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
DriverStatusToBrushConverter