|
@@ -19,8 +19,8 @@ namespace MvvmScaffoldFrame48
|
|
|
|
|
|
|
|
private void Window_Loaded(object sender, RoutedEventArgs e)
|
|
private void Window_Loaded(object sender, RoutedEventArgs e)
|
|
|
{
|
|
{
|
|
|
- Uri showuri = new Uri("wpfpage\\plcsettingpage.xaml", UriKind.Relative);
|
|
|
|
|
- ShowFrame.Navigate(showuri);
|
|
|
|
|
|
|
+ Uri PlcSettinguri = new Uri("wpfpage\\plcsettingpage.xaml", UriKind.Relative);
|
|
|
|
|
+ PlcSettingFrame.Navigate(PlcSettinguri);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|