UpdateInterval can now be changed while the plugin is running and updated the Icon.

This commit is contained in:
Stone-Red-Code
2021-08-21 22:09:42 +02:00
parent d4c4b4e1ed
commit 8e31735032
13 changed files with 57 additions and 20 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ using System.Drawing;
namespace DesktopMagicPluginAPI
{
/// <summary>
/// The plugin class
/// The plugin class.
/// </summary>
public abstract class Plugin
{
private IPluginData application = null;
/// <summary>
/// Informations about the main application
/// Informations about the main application.
/// </summary>
public IPluginData Application
{