mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-19 15:16:20 +00:00
implement BrowserWindow-API functions
This commit is contained in:
9
ElectronNET.API/Entities/Size.cs
Normal file
9
ElectronNET.API/Entities/Size.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class Size
|
||||
{
|
||||
public int Width { get; set; }
|
||||
|
||||
public int Height { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user