Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
IConsumableManagerToolbox.cs
Go to the documentation of this file.
1using System.Runtime.InteropServices;
2
4{
13 [Guid("B1F71E0B-C327-49CF-8E69-9EEAB5395869")]
14 public interface IConsumableManagerToolbox<in TManager> : IHaveNavBarInformation where TManager: IManageConsumables
15 {
19 TManager Manager { set; }
20 }
21}
TManager Manager
You will get the manager via this property after your control has been created.
Base interface for the Consumables Manager Toolbox.