public PanelUser(string id, IPAddress ip, WebSocket sock) { ipi = new IPInfo(ip); this.id = id; socket = sock; }
public User(string id, IPAddress ip, WebSocket sock) { IpInfo = new IPInfo(ip); this.Id = id; Socket = sock; }