mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 05:26:37 +08:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace Dragablz
|
|
{
|
|
public interface IManualInterTabClient : IInterTabClient
|
|
{
|
|
void Add(object item);
|
|
void Remove(object item);
|
|
}
|
|
} |