天天看点

WP 前台或后台显示ShellToast

原文:

using microsoft.phone.shell;

shelltoast toast = new

shelltoast();

toast.title = "程序标题";

toast.content = "内容";

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

toast.show();