C# Class WalletSized.MainActivity

Inheritance: Android.App.Activity
显示文件 Open project: NashXam/wallet-sized

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
BuildAndShowDialog ( ) : Android.Views.View
CancelClicked ( object sender, DialogClickEventArgs dialogClickEventArgs ) : void
OkClicked ( object sender, DialogClickEventArgs dialogClickEventArgs ) : void

Method Details

OnCreate() protected method

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