mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-19 07:06:26 +00:00
write code documentation for App-API and IpcMain-API
This commit is contained in:
@@ -29,7 +29,9 @@ namespace ElectronNET.WebApp.Controllers
|
||||
//var imagePath = Path.Combine(result, "Electron.png");
|
||||
App.IpcMain.Send("GetPathComplete", result);
|
||||
|
||||
var image = await App.GetFileIconAsync(result);
|
||||
|
||||
//var image = await App.GetFileIconAsync(result);
|
||||
|
||||
});
|
||||
|
||||
return View();
|
||||
|
||||
Reference in New Issue
Block a user