摘要:
XAML代码:1 <Border Name="Frame" Grid.Column="1" Style="{StaticResource ContentBorderStyle}">2 <Grid Grid.Column="1" Name="gridFrame">3 4 </Grid>5 </Border>后台代码: 1 private void LoadSolutionManagement() 2 { 3 WebClient Appcli... 阅读全文
摘要:
1 <Border Name="Frame" Grid.Column="1" Style="{StaticResource ContentBorderStyle}">2 <navigation:Frame x:Name="mainFrame"></navigation:Frame>3 </Border>导航的代码: IsolatedStorageSettings appSettings = IsolatedStorageSettings.ApplicationSett 阅读全文