摘要: string uriText = String.Format("/Product.xaml?productID={0}&type={1}", productID, productType);mainFrame.Navigate(new Uri(uriText), UriKind.Relative);... 阅读全文
posted @ 2015-10-01 23:36 西楼月光 阅读(305) 评论(0) 推荐(0)
摘要: private void Button_Click_1(object sender, RoutedEventArgs e) {// of the ASP.NET website.) string uri = Application.Current.Host.Sourc... 阅读全文
posted @ 2015-10-01 16:08 西楼月光 阅读(207) 评论(0) 推荐(0)