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