Thumbnail management code cleanup
This commit is contained in:
11
Eve-O-Preview/Configuration/WindowProperties.cs
Normal file
11
Eve-O-Preview/Configuration/WindowProperties.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace EveOPreview
|
||||
{
|
||||
public class WindowProperties
|
||||
{
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
|
||||
public int Width { get; set; }
|
||||
public int Height { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user