Example #1
0
 public ApplicationAutomationController(
     IPhoneAutomationServiceControl serviceControl, AutomationIdentification automationIdentification)
 {
     this.serviceControl           = serviceControl;
     this.automationIdentification = automationIdentification;
 }
 public ApplicationAutomationController(
     IPhoneAutomationServiceControl serviceControl, AutomationIdentification automationIdentification)
 {
     this.serviceControl = serviceControl;
     this.automationIdentification = automationIdentification;
 }