File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
44// https://github.com/Microsoft/testfx/issues/366
55
6- using System . Collections . Generic ;
76using System . Diagnostics ;
87using System . Globalization ;
9- using System . Reflection ;
108
119namespace Microsoft . VisualStudio . TestTools . UnitTesting ;
1210
Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ public MainPage() {
7676 // Register a handler for when a page want to browse to other page
7777 Failure . WelcomeFailure . Navigator = RemoteNavigation ;
7878
79- Failure . TortureChamber . OnGoSettings = ( ) =>
80- FailureFrame . Navigate ( typeof ( Failure . Settings ) ) ;
79+ Failure . TortureChamber . OnGoSettings = ( ) => {
80+ ( NavigationViewControl . SettingsItem as MUXC . NavigationViewItem ) ! . IsSelected
81+ = true ;
82+ } ;
8183 }
8284
8385 private void UpdateTitleBarLayout ( CoreApplicationViewTitleBar coreTitleBar ) {
Original file line number Diff line number Diff line change 99 <Identity
1010 Name =" 65313Leomotors.YouareaFailure"
1111 Publisher =" CN=E10452D0-AB02-4FD0-8CF3-B1A36A4584AA"
12- Version =" 1.0.72 .0" />
12+ Version =" 1.0.73 .0" />
1313
1414 <mp : PhoneIdentity PhoneProductId =" 9b164781-9d5e-4668-89da-851e4bb1ad57" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
1515
Original file line number Diff line number Diff line change 99 <Identity
1010 Name =" Leomotors.YouAreAFailure.Debug"
1111 Publisher =" CN=Leomotors"
12- Version =" 1.0.72 .0" />
12+ Version =" 1.0.73 .0" />
1313
1414 <mp : PhoneIdentity PhoneProductId =" 54184a93-8dcf-4a09-9cf4-cee9c428cbf4" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
1515
You can’t perform that action at this time.
0 commit comments