Ardupilot2/Configurator/Configurator.Net/Core/IPresentationModel.cs

7 lines
123 B
C#
Raw Normal View History

namespace ArducopterConfigurator
{
public interface IPresentationModel
{
string Name { get; }
}
}