Add empty radio models as layout examples.

This commit is contained in:
Erick Kinnee 2019-03-06 10:27:42 -06:00
parent 19846e5b5e
commit 1b1798c4cb
5 changed files with 31 additions and 6 deletions

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace SharpCAT.Models.Radios.Icom
{
class ID4100a
{
}
}

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace SharpCAT.Models.Radios.Icom
{
class ID880H
{
}
}

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace SharpCAT.Models.Radios.Kenwood
{
class THD74A
{
}
}

View file

@ -1,4 +1,4 @@
namespace SharpCAT.Yaesu
namespace SharpCAT.Models.Radios.Yaesu
{
internal class FT818
{

View file

@ -17,9 +17,4 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Models\Radios\Icom\" />
<Folder Include="Models\Radios\Kenwood\" />
</ItemGroup>
</Project>