?
=?ISO-8859-1?Q?Jos=E9_Manuel_Nieto?=
Hello, I have a custom struct that I need to save with the rest of my
application settings.
The struct is as follows:
public struct ImageUploadOptions {
public Size ResampleSize;
public bool Resize;
}
How can I save an object of this type??
application settings.
The struct is as follows:
public struct ImageUploadOptions {
public Size ResampleSize;
public bool Resize;
}
How can I save an object of this type??