1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-26 23:26:08 +03:00
ProxySU/ProxySU_Core/ViewModels/Record.cs

13 lines
185 B
C#
Raw Normal View History

2021-02-25 04:59:06 +03:00
using System;
using System.Collections.Generic;
using System.Text;
namespace ProxySU_Core.ViewModels
{
public class Record
{
public Host Host { get; set; }
}
}