天天看點

WP 前台或背景顯示ShellToast

原文:

using microsoft.phone.shell;

shelltoast toast = new

shelltoast();

toast.title = "程式标題";

toast.content = "内容";

toast.navigationuri = new uri("/xxx.xaml", urikind.relative);

toast.show();