C# Class TODOList.Android.TodoDetailActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: awslabs/aws-sdk-net-samples

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnResume ( ) : void

Private Methods

Méthode Description
DeleteButtonOnClick ( object sender, EventArgs e ) : void
SaveButtonOnClick ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void