From b18b1669c525504d5c62fcb08cfb70a206b397fc Mon Sep 17 00:00:00 2001 From: Zhao Cheng Date: Sat, 3 Mar 2012 18:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=AF=9D=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 48 ++++++++++- BoardPage.xaml | 3 +- BoardPage.xaml.cs | 36 ++++++--- MainPage.xaml | 3 +- MainPage.xaml.cs | 15 ++++ .../CurrentTopicViewModelSampleData.xaml | 22 ++--- Sbbs/Service.cs | 10 +++ TopicPage.xaml | 18 ++++- TopicPage.xaml.cs | 80 ++++++++++++++++++- ValueConverters/StampDateConverter.cs | 37 +++++++++ ViewModels/CurrentTopicViewModel.cs | 17 ++++ ViewModels/MainViewModel.cs | 3 + sbbs-client-wp7.csproj | 1 + 13 files changed, 261 insertions(+), 32 deletions(-) create mode 100644 ValueConverters/StampDateConverter.cs diff --git a/App.xaml b/App.xaml index 49bad67..c2a6b1c 100644 --- a/App.xaml +++ b/App.xaml @@ -13,7 +13,37 @@ - + + + + + @@ -32,6 +62,22 @@ + + + + + + + + + + + + + + + + diff --git a/BoardPage.xaml b/BoardPage.xaml index d467759..4972878 100644 --- a/BoardPage.xaml +++ b/BoardPage.xaml @@ -60,7 +60,8 @@ + ScrollViewer.VerticalScrollBarVisibility="Disabled" + SelectionChanged="Topic_Selected"> + + +