コード例 #1
0
        public StartConfig GetAddress()
        {
            int n = RandomHelper.RandomNumber(0, this.GateAddress.Count);

            return(this.GateAddress[n]);
        }