Measurements of units were added
This commit is contained in:
@@ -11,6 +11,7 @@ namespace StructureHelper.Infrastructure.UI.Converters.Units
|
||||
internal abstract class UnitBase : IValueConverter
|
||||
{
|
||||
public abstract string unitName { get;}
|
||||
public abstract string MeasureUnit { get; }
|
||||
public abstract object Convert(object value, Type targetType, object parameter, CultureInfo culture);
|
||||
public abstract object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user