ApplicationLifetimeSample.MainPage.GotoPage1 C# (CSharp) Method

GotoPage1() public method

public GotoPage1 ( ) : void
return void
        public void GotoPage1()
        {
            Frame.Navigate(typeof(Page1), Parameter1);

        }