Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceHandler"/> class.
 /// </summary>
 /// <param name="looper">
 /// The looper.
 /// </param>
 /// <param name="customIntentService">
 /// The customIntentService.
 /// </param>
 public ServiceHandler(Looper looper, CustomIntentService customIntentService)
     : base(looper)
 {
     this.customIntentService = customIntentService;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceHandler"/> class.
 /// </summary>
 /// <param name="looper">
 /// The looper.
 /// </param>
 /// <param name="customIntentService">
 /// The customIntentService.
 /// </param>
 public ServiceHandler(Looper looper, CustomIntentService customIntentService)
     : base(looper)
 {
     this.customIntentService = customIntentService;
 }