7 lines
116 B
C#
7 lines
116 B
C#
namespace EnglewoodLAB.UI
|
|
{
|
|
public interface ISingle { }
|
|
|
|
public interface ISingleChild : ISingle { }
|
|
}
|