【问题标题】:Empty dialog in MahApps ShowMessageAsyncMahApps ShowMessageAsync 中的空对话框
【发布时间】:2014-10-09 16:18:54
【问题描述】:

我在使用 ShowMessageAsync 时遇到问题。它给了我一个空对话框,例如我正在输入这样的内容:

private void Button_Click(object sender, RoutedEventArgs e)
{
    this.ShowMessageAsync("lala", "something else");
}

我的结果是:

【问题讨论】:

    标签: c# wpf user-interface mahapps.metro


    【解决方案1】:

    您可能缺少ResourceDictionary。您的 application.xaml 中有什么?

    MahApps.Metro issue for reference

    【讨论】:

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