mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-23 23:45:19 +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:
@@ -14,6 +14,14 @@
|
||||
|
||||
<link rel="import" href="about">
|
||||
<link rel="import" href="windows">
|
||||
<link rel="import" href="crashhang">
|
||||
<link rel="import" href="menus">
|
||||
<link rel="import" href="shortcuts">
|
||||
<link rel="import" href="shell">
|
||||
<link rel="import" href="notifications">
|
||||
<link rel="import" href="dialogs">
|
||||
<link rel="import" href="tray">
|
||||
<link rel="import" href="ipc">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user