Catcher.MvvmCrossDemo.First.Views.TipView.OnViewModelSet C# (CSharp) Method

OnViewModelSet() protected method

protected OnViewModelSet ( ) : void
return void
        protected override void OnViewModelSet()
        {
            SetContentView(Resource.Layout.Main);
        }        
    }