3f9a077dbd
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1153 f9c3cf11-9bcb-44bc-f272-b75c42450872
7 lines
123 B
C#
7 lines
123 B
C#
namespace ArducopterConfigurator
|
|
{
|
|
public interface IPresentationModel
|
|
{
|
|
string Name { get; }
|
|
}
|
|
} |