protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); RepresentationResult result = engine.CreateRepresentation(this); link_syncro_daemon = result.CreateLinkSyncroDaemon <PeriodicProcess_Android>(); SetContentView(result.GetRepresentation <View>()); }