mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 13:44:38 +00:00
8 lines
157 B
C#
8 lines
157 B
C#
namespace ElectronNET.API
|
|
{
|
|
internal class MenuResponse
|
|
{
|
|
public string id { get; set; }
|
|
public int windowId { get; set; }
|
|
}
|
|
} |