7 lines
100 B
C#
7 lines
100 B
C#
|
namespace BlueWater.Interfaces
|
|||
|
{
|
|||
|
public interface IIdx
|
|||
|
{
|
|||
|
int Idx { get; }
|
|||
|
}
|
|||
|
}
|