Ejemplo n.º 1
0
 void mSupportPopUpButtonClick(object sender, OnSupportEvent e)
 {
     Intent intent = new Intent (this, typeof(SupportPopUpController));
     this.StartActivity (intent);
     Finish ();
 }
Ejemplo n.º 2
0
 void mSupportPopUpButton_Click(object sender, OnSupportEvent e)
 {
     Intent intent = new Intent (this, typeof(Tenant_Search));
     this.StartActivity (intent);
     Finish ();
 }