9 lines
143 B
C#
9 lines
143 B
C#
|
// ReSharper disable once CheckNamespace
|
||
|
namespace BlueWaterProject
|
||
|
{
|
||
|
public interface ILaunch
|
||
|
{
|
||
|
void ExecuteLaunch();
|
||
|
}
|
||
|
}
|