Наследование: android.app.Service
Пример #1
0
			public ServiceHandler(IntentService _enclosing, android.os.Looper looper) : base(
				looper)
			{
				throw new System.NotImplementedException();
			}
Пример #2
0
 public ServiceHandler(IntentService _enclosing, android.os.Looper looper) : base(
         looper)
 {
     throw new System.NotImplementedException();
 }