mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
implement Demo App sections: Dialogs, Menu, Tray, Shell, CrashHang, Notification, Shortcuts etc. Fix some API bugs and implement GlobalShortcut-, Shell- and WebContents-API.
This commit is contained in:
7
ElectronNET.API/Entities/Error.cs
Normal file
7
ElectronNET.API/Entities/Error.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class Error
|
||||
{
|
||||
public string Stack { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user