...
This commit is contained in:
8
Presentation/HushianWebApp/Models/WindowSize.cs
Normal file
8
Presentation/HushianWebApp/Models/WindowSize.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HushianWebApp.Models
|
||||
{
|
||||
public class WindowSize
|
||||
{
|
||||
public int Width { get; set; }
|
||||
public int Height { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user