摘要: publicpartialclassMainPage : PhoneApplicationPage {// Constructorpublic MainPage() { InitializeComponent(); }privatevoid Request_Click(object sender, RoutedEventArgs e) {//result = readStream.ReadToEnd();//this.Dispatcher.BeginInvoke(new Action(delegate { Request.Content = result; }));string res = G 阅读全文
posted @ 2013-05-22 13:59 血唱魂 阅读(172) 评论(0) 推荐(0)