Ejemplo n.º 1
0
 public KcmKas(KasIdentifier kasID)
 {
     KasID = kasID;
     Tunnel = new AnpTunnel(KasID.Host, (int)KasID.Port);
 }
Ejemplo n.º 2
0
 public TbxAppServer(TbxAppServerId kasID)
 {
     KasID  = kasID;
     Tunnel = new AnpTunnel(KasID.Host, (int)KasID.Port);
 }