C# Class GuideDemo.GuideActivity

Inheritance: Android.App.Activity
显示文件 Open project: hwqdt/Demos

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void

Private Methods

Method Description
PageSelected ( object sender, PageSelectedEventArgs e ) : void

page selected

Start ( object sender, EventArgs e ) : void

start the main page

Method Details

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void