ArcGISRuntimeXamarin.Samples.ChangeSublayerVisibility.ChangeSublayerVisibility.OnCreate C# (CSharp) 메소드

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Title = "Change sublayer visibility";
            // Create the UI, setup the control references and execute initialization 
            CreateLayout();
            Initialize();
        }