LocationProxyComponent.cs 165 B

12345678910
  1. using System.Net;
  2. using System.Threading.Tasks;
  3. namespace ETModel
  4. {
  5. public class LocationProxyComponent : Component
  6. {
  7. public IPEndPoint LocationAddress;
  8. }
  9. }