AuroraBorealis.Polaris.ExploreAuroras.Australis_Tapped C# (CSharp) Method

Australis_Tapped() public method

public Australis_Tapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void Australis_Tapped(object sender, System.EventArgs e)
        {
            this.Navigation.PushAsync(new AustralisDetailsPage());
        }
    }