mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-21 06:13:40 +00:00
Add empty radio models as layout examples.
This commit is contained in:
parent
19846e5b5e
commit
1b1798c4cb
5 changed files with 31 additions and 6 deletions
10
SharpCAT/Models/Radios/Icom/ID4100a.cs
Normal file
10
SharpCAT/Models/Radios/Icom/ID4100a.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace SharpCAT.Models.Radios.Icom
|
||||||
|
{
|
||||||
|
class ID4100a
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
10
SharpCAT/Models/Radios/Icom/ID880H.cs
Normal file
10
SharpCAT/Models/Radios/Icom/ID880H.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace SharpCAT.Models.Radios.Icom
|
||||||
|
{
|
||||||
|
class ID880H
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
10
SharpCAT/Models/Radios/Kenwood/THD74A.cs
Normal file
10
SharpCAT/Models/Radios/Kenwood/THD74A.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace SharpCAT.Models.Radios.Kenwood
|
||||||
|
{
|
||||||
|
class THD74A
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
namespace SharpCAT.Yaesu
|
namespace SharpCAT.Models.Radios.Yaesu
|
||||||
{
|
{
|
||||||
internal class FT818
|
internal class FT818
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,4 @@
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Models\Radios\Icom\" />
|
|
||||||
<Folder Include="Models\Radios\Kenwood\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue