17 lines
315 B
C#
17 lines
315 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SafeNetLib
|
|
{
|
|
public class ConnPlussCFG
|
|
{
|
|
public string IP;
|
|
public int ars_port;
|
|
public int lrrp_port;
|
|
public int sms_port;
|
|
public int r_lrrp_port;
|
|
public int r_sms_port;
|
|
}
|
|
}
|