public void BeginCall(string args) { SetCallArguments(args); CurrentCall.Start(); }
public void BeginCall() { CurrentCall.Start(); }