Files
tello_drone/Tello Drone/IDroneConstants.cs
2019-09-04 18:36:26 -06:00

10 lines
175 B
C#

using DryIoc;
namespace Tello_Drone
{
public interface IDroneConstants
{
string DroneIPAddress { get; set; }
int DronePortNumber { get; set; }
}
}