Example #1
0
        public void SetChannelVariable(string variable,
                                       string value)
        {
            var var = new EslChannelVariable(variable, value);

            _channelVariables.Add(var);
        }
 public void SetChannelVariable(string variable, string value) {
     EslChannelVariable var = new EslChannelVariable(variable, value);
     _channelVariables.Add(var);
 }