write code documentation for App-API and IpcMain-API

This commit is contained in:
Gregor Biswanger
2017-10-14 14:41:11 +02:00
parent aa526c4bcb
commit 9848a38b0d
7 changed files with 564 additions and 42 deletions

View File

@@ -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();