原文:
using microsoft.phone.shell;
shelltoast toast = new
shelltoast();
toast.title = "程式标題";
toast.content = "内容";
toast.navigationuri = new uri("/xxx.xaml", urikind.relative);
toast.show();
原文:
using microsoft.phone.shell;
shelltoast toast = new
shelltoast();
toast.title = "程式标題";
toast.content = "内容";
toast.navigationuri = new uri("/xxx.xaml", urikind.relative);
toast.show();