enabled nullable

This commit is contained in:
2020-02-22 22:31:19 +01:00
parent 153a9c3986
commit 0ebad36335
5 changed files with 96 additions and 57 deletions

View File

@ -16,7 +16,7 @@ namespace ModernWpfPlayground.PropertyPresenter2
/// <summary>
/// Makes an Bitmap from every Imageformat.
/// </summary>
public class ObjectImageConverter : IValueConverter
public sealed class ObjectImageConverter : IValueConverter
{
object IValueConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)
{