Added detector info
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
$HEADER$namespace $NAMESPACE$
|
||||
namespace ConsoleApp
|
||||
{
|
||||
public interface $INTERFACE$ {$END$}
|
||||
public interface IVehicle
|
||||
{
|
||||
int Length { get; }
|
||||
int Width { get; }
|
||||
int DetectorWidth { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user