mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:26:30 +00:00
add left menu with icons
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public interface IAzaionModule
|
||||
{
|
||||
string Name { get; }
|
||||
string SvgIcon { get; }
|
||||
Type MainWindowType { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user