Windows phone 8.1 MessageBox 变了哦!

using Windows.UI.Popups;

 

public async void MessageBoxShow(string content, string caption)  

{  

    MessageDialog messageShow = new MessageDialog(content, caption);    

    await messageShow.ShowAsync();

}

 

方法要这样写才行!

Windows phone 8.1 MessageBox 变了哦!

上一篇:一步一步教你elasticsearch在windows下的安装


下一篇:windows 2003 64位系统php运行报错:1%不是有效的win32应用程序解决办法