• R/O
  • SSH
  • HTTPS

drfx: 提交


Commit MetaInfo

修订版166 (tree)
时间2010-02-25 12:59:47
作者sasaminn

Log Message

UPGRADE: 初期表示と、エクスプローラ表示、一覧表示間のナビゲーションを実装

更改概述

差异

--- drfx/trunk/src/Explorer/FxCopRuleExplorerPage.xaml.cs (revision 165)
+++ drfx/trunk/src/Explorer/FxCopRuleExplorerPage.xaml.cs (revision 166)
@@ -30,5 +30,10 @@
3030 {
3131 InitializeComponent();
3232 }
33+
34+ private void NavigateToListPage(object sender, RoutedEventArgs e)
35+ {
36+ NavigationService.Navigate(new Uri("/FxCopRuleListPage.xaml", UriKind.Relative));
37+ }
3338 }
3439 }
--- drfx/trunk/src/Explorer/FxCopRuleListPage.xaml.cs (revision 165)
+++ drfx/trunk/src/Explorer/FxCopRuleListPage.xaml.cs (revision 166)
@@ -30,5 +30,10 @@
3030 {
3131 InitializeComponent();
3232 }
33+
34+ private void NavigateToExplorerPage(object sender, RoutedEventArgs e)
35+ {
36+ NavigationService.Navigate(new Uri("/FxCopRuleExplorerPage.xaml", UriKind.Relative));
37+ }
3338 }
3439 }
Show on old repository browser