Chronos Plugins 5.9.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}
Base interface for the Consumables Manager Toolbox.
ImageSource NavBarIcon
Provide some image for the user that can be displayed in the navigation bar.