【问题标题】:Move to next activity by button通过按钮移动到下一个活动
【发布时间】:2016-04-11 07:31:13
【问题描述】:

我是 WP 开发的新手。

我有两个 XAML 屏幕。

在第一个屏幕上我有按钮,它想让用户进入下一个屏幕。

我怎样才能在 xaml.cs 文件中做到这一点?

我知道在 Android 中是这样的

dostavka.Click += delegate
            {



                var intent145 = new Intent(this, typeof(MainActivity));
                StartActivity(intent145);
            };

【问题讨论】:

    标签: c# windows visual-studio xaml


    【解决方案1】:

    答案成立。很简单

    Frame.Navigate(typeof(PageName));
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多