public logicproxy(juggle.Ichannel ch, string _uuid) { _caller = new caller.gate_call_logic(ch); uuid = _uuid; }
public logicproxy(juggle.Ichannel ch) { _caller = new caller.gate_call_logic(ch); }