Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IHaveNavBarInformation.cs
Go to the documentation of this file.
1using System.Windows.Media;
2
4{
11 public interface IHaveNavBarInformation
12 {
17 string DisplayName { get; }
24 ImageSource NavBarIcon { get; }
25 }
26}
Foundation of a consumable management system. Not yet really utilized in Chronos itself,...
Base interface for the Consumables Manager Toolbox.
ImageSource NavBarIcon
Provide some image for the user that can be displayed in the navigation bar.