mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 13:44:57 +00:00
9 lines
175 B
C#
9 lines
175 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public class RelaunchOptions
|
|
{
|
|
public string[] Args { get; set; }
|
|
public string ExecPath { get; set; }
|
|
}
|
|
}
|