コード例 #1
0
 public AndroidController(IAndroidService androidService, IJobService jobService)
 {
     this._androidService = androidService;
     this._jobService     = jobService;
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance of the <see cref="CordovaProjectService"/> class.
 /// </summary>
 /// <param name="androidService">The android service.</param>
 public CordovaProjectService(IAndroidService androidService)
 {
     this.androidService = androidService;
 }