Пример #1
0
        public void BindControllerService()
        {
            sc = new BackgroundService.ServiceConnection(this);

            this.ApplicationContext.BindService(new Intent(this, typeof(BackgroundService.ControllerService)), sc, Bind.AutoCreate);
        }
Пример #2
0
        public void BindControllerService()
        {
            sc = new BackgroundService.ServiceConnection(this);

            this.ApplicationContext.BindService(new Intent(this, typeof(BackgroundService.ControllerService)), sc, Bind.AutoCreate);
        }