Exemplo n.º 1
0
 // Invoked when background is clicked
 protected override bool OnBackgroundClicked()
 {
     // Return false if you don't want to close this popup page when a background of the popup page is clicked
     //
     //return base.OnBackgroundClicked();
     MyMasterDetailPage.callBackButton();
     return(true);
 }
Exemplo n.º 2
0
        public static void callBackButton()
        {
            MyMasterDetailPage master = new MyMasterDetailPage();

            master.callBack();
        }