Added FileSizeNameConverter

This commit is contained in:
TheXamlGuy
2024-07-24 22:11:36 +01:00
parent cdefa9c371
commit ee7ac8b28b
2 changed files with 38 additions and 1 deletions
@@ -18,4 +18,4 @@ public class BooleanToPasswordCharConverter :
public object? ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture) =>
throw new NotImplementedException();
}
}