コード例 #1
0
ファイル: MainActivity.cs プロジェクト: jawsnfl/NokiaXMapDemo
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate (bundle);

            SetContentView (Resource.Layout.Main);

            mapFragment = FragmentManager.FindFragmentById<MapFragment> (Resource.Id.mapfragment);
            mapFragment.Init (this, this);
        }
コード例 #2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            SetContentView(Resource.Layout.Main);

            mapFragment = FragmentManager.FindFragmentById <MapFragment> (Resource.Id.mapfragment);
            mapFragment.Init(this, this);
        }