File attachment WIP

This commit is contained in:
TheXamlGuy
2024-07-24 21:18:40 +01:00
parent fdb674ab4b
commit cdefa9c371
4 changed files with 19 additions and 5 deletions
+4 -4
View File
@@ -2,9 +2,9 @@
public interface IImageDescriptor
{
public object Image { get; }
object Image { get; }
public int Width { get; }
int Width { get; }
public int Height { get; }
}
int Height { get; }
}