Пример #1
0
 public logicproxy(juggle.Ichannel ch, string _uuid)
 {
     _caller = new caller.gate_call_logic(ch);
     uuid    = _uuid;
 }
Пример #2
0
 public logicproxy(juggle.Ichannel ch)
 {
     _caller = new caller.gate_call_logic(ch);
 }