public AppSetupClientHandler(FritzDevice device, Action <string> printOutput, Func <string> getInput, Action wait, Action clearOutput) : base(device, printOutput, getInput, wait, clearOutput)
 {
     _client = device.GetServiceClient <AppSetupClient>();
 }
Esempio n. 2
0
 public AppSetupClientHandler(ConnectionSettings settings, Action <string> printOutput, Func <string> getInput, Action wait, Action clearOutput) : base(settings, printOutput, getInput, wait, clearOutput)
 {
     _client = new AppSetupClient(settings);
 }