mirror of
https://github.com/ShrlAlgo/AddinManager.git
synced 2026-03-07 16:38:56 +00:00
添加项目文件。
This commit is contained in:
11
AddInManager/IAddinNode.cs
Normal file
11
AddInManager/IAddinNode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace AddInManager
|
||||
{
|
||||
public interface IAddinNode
|
||||
{
|
||||
bool Save { get; set; }
|
||||
|
||||
bool Hidden { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user