mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
UpdateInterval can now be changed while the plugin is running and updated the Icon.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user