mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:56:29 +00:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace Azaion.Common.DTO;
|
|
|
|
public interface IAzaionModule
|
|
{
|
|
string Name { get; }
|
|
string SvgIcon { get; }
|
|
Type MainWindowType { get; }
|
|
} |