Ejemplo n.º 1
0
 public void BeginCall(string args)
 {
     SetCallArguments(args);
     CurrentCall.Start();
 }
Ejemplo n.º 2
0
 public void BeginCall()
 {
     CurrentCall.Start();
 }