C# Class MvvmLightNavigationExtension.Sample.Droid.MainActivity

Inheritance: GalaSoft.MvvmLight.Views.ActivityBase
Exibir arquivo Open project: dhindrik/MvvmLightNavigationExtension

Public Properties

Property Type Description
_button Button

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
_button_Click ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected method

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

Property Details

_button public_oe property

public Button _button
return Button