8 lines
92 B
C#
8 lines
92 B
C#
namespace pgLabII;
|
|
|
|
public interface IViewItem
|
|
{
|
|
string Caption { get; }
|
|
|
|
|
|
}
|