mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-20 07:35:47 +00:00
implement first Electron-API Bridge functions - Add little sample in WebApp
This commit is contained in:
8
ElectronNET.API/Entities/RelaunchOptions.cs
Normal file
8
ElectronNET.API/Entities/RelaunchOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class RelaunchOptions
|
||||
{
|
||||
public string[] Args { get; set; }
|
||||
public string ExecPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user