mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:36:30 +00:00
30b9b9aa80
refactoring
9 lines
188 B
C#
9 lines
188 B
C#
namespace Azaion.Common.DTO;
|
|
|
|
public interface IAzaionModule
|
|
{
|
|
string Name { get; }
|
|
string SvgIcon { get; }
|
|
Type MainWindowType { get; }
|
|
WindowEnum WindowEnum { get; }
|
|
} |