Re-add missing files

This commit is contained in:
Rob Trame 2026-03-14 15:49:23 -06:00
parent 1506c71665
commit c6d7a1b148
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -25,4 +25,4 @@ public class BoolToRenderModeConverter : IValueConverter
public object? ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)
=> throw new NotImplementedException();
}
}

View File

@ -17,4 +17,4 @@ public class FolderToSeparatorTagConverter : IValueConverter
{
throw new NotImplementedException();
}
}
}

View File

@ -17,4 +17,4 @@ public class IsNullToBoolReversedConverter : IValueConverter
{
throw new NotImplementedException();
}
}
}

View File

@ -29,4 +29,4 @@ public class TrimRightToLeftConverter : IValueConverter
{
throw new NotImplementedException();
}
}
}