First Commit Assignment 2
This commit is contained in:
7
TelloLibraries/IUDPClientWrapper.cs
Normal file
7
TelloLibraries/IUDPClientWrapper.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TelloLibraries
|
||||
{
|
||||
public interface IUDPClientWrapper
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
7
TelloLibraries/IudpClientWrapperWrapper.cs
Normal file
7
TelloLibraries/IudpClientWrapperWrapper.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TelloLibraries
|
||||
{
|
||||
public class IudpClientWrapperWrapper : IUDPClientWrapper
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
8
TelloLibraries/TelloLibraries.csproj
Normal file
8
TelloLibraries/TelloLibraries.csproj
Normal file
@@ -0,0 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<RootNamespace>TelloLibrarys</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user