7 lines
106 B
C#
7 lines
106 B
C#
namespace BITKit
|
|
{
|
|
public interface IAddressable
|
|
{
|
|
string AddressablePath { get; }
|
|
}
|
|
} |