2026-06-30 12:10:29 +08:00
|
|
|
<UserControl x:Class="SSPCTester.UI.Views.SettingsView"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2026-07-01 20:04:27 +08:00
|
|
|
xmlns:v="clr-namespace:SSPCTester.UI.Views">
|
|
|
|
|
<v:SettingsManualView />
|
|
|
|
|
</UserControl>
|