mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
block
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
{
|
||||
public interface IParameter
|
||||
{
|
||||
ISelectable Item
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
string Text
|
||||
{
|
||||
get; set;
|
||||
@@ -17,11 +12,6 @@
|
||||
get; set;
|
||||
}
|
||||
|
||||
bool IsPublic
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
void Add(object value);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user