From 584bf3dda6bfc063e72079091aec333746efad0c Mon Sep 17 00:00:00 2001 From: Zhao Cheng Date: Wed, 14 Mar 2012 15:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8C=BA=E7=83=AD=E7=82=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HotPage.xaml | 14 +++++++++++++- MainPage.xaml | 4 ++-- MainPage.xaml.cs | 6 ++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/HotPage.xaml b/HotPage.xaml index f4a4f4c..22f595c 100644 --- a/HotPage.xaml +++ b/HotPage.xaml @@ -44,6 +44,18 @@ + + + + + + + + + + + + @@ -51,7 +63,7 @@ - + diff --git a/MainPage.xaml b/MainPage.xaml index 4f92997..5d149c1 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -97,9 +97,9 @@ - + - + diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs index 5010629..c62d13a 100644 --- a/MainPage.xaml.cs +++ b/MainPage.xaml.cs @@ -113,6 +113,12 @@ private void Mail_Tap(object sender, System.Windows.Input.GestureEventArgs e) NavigationService.Navigate(new Uri("/MailboxPage.xaml?type=0", UriKind.RelativeOrAbsolute)); } + // 搜索 + private void Search_Tap(object sender, System.Windows.Input.GestureEventArgs e) + { + NavigationService.Navigate(new Uri("/SearchPage.xaml", UriKind.RelativeOrAbsolute)); + } + // 浏览历史 private void History_Tap(object sender, System.Windows.Input.GestureEventArgs e) {