ApplicationLifetimeSample.Page1.GotoPage2 C# (CSharp) Method

GotoPage2() public method

public GotoPage2 ( ) : void
return void
        public void GotoPage2()
        {
            Frame.Navigate(typeof(Page2), Parameter1);
        }