- Show version number in window title

- Add `PluginName` property to `IPluginData`
- Add `PluginPath` property to `IPluginData`
This commit is contained in:
Stone-Red-Code
2021-09-15 18:22:20 +02:00
parent 40d1232e33
commit 603a78935b
7 changed files with 83 additions and 30 deletions
+10
View File
@@ -27,6 +27,16 @@ namespace DesktopMagicPluginAPI
/// </summary>
Point WindowPosition { get; }
/// <summary>
/// Gets the name of the plugin.
/// </summary>
string PluginName { get; }
/// <summary>
/// Gets the path of the parent directory of the plugin.
/// </summary>
string PluginPath { get; }
/// <summary>
/// Updates the plugin window.
/// </summary>