pgLabII/pgLabII/Contracts/IViewItem.cs
2025-08-18 19:41:36 +02:00

8 lines
92 B
C#

namespace pgLabII;
public interface IViewItem
{
string Caption { get; }
}