mirror of
https://github.com/4sval/FModel.git
synced 2026-04-21 09:07:45 -05:00
Re-add missing files
This commit is contained in:
parent
1506c71665
commit
c6d7a1b148
|
|
@ -25,4 +25,4 @@ public class BoolToRenderModeConverter : IValueConverter
|
|||
|
||||
public object? ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)
|
||||
=> throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ public class FolderToSeparatorTagConverter : IValueConverter
|
|||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ public class IsNullToBoolReversedConverter : IValueConverter
|
|||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ public class TrimRightToLeftConverter : IValueConverter
|
|||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user