Exemplo n.º 1
0
 protected override void Awake()
 {
     base.Awake(); Instance = this;
 }
Exemplo n.º 2
0
        private void AboutClicked(object sender, EventArgs e)
        {
            var aboutPopup = new AboutPopup();

            SetupPopup(aboutPopup);
        }
Exemplo n.º 3
0
        private async Task AboutApp()
        {
            var popup = new AboutPopup();

            await PopupNavigation.Instance.PushAsync(popup);
        }