mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-12 20:55:38 +08:00
@@ -45,7 +45,7 @@
|
||||
<Resource Include="Assets\StyleImages\Hanzhong\PlatformScreen.png" />
|
||||
<Resource Include="Assets\StyleImages\Harbin\PrimaryScreen.png" />
|
||||
<Resource Include="Assets\StyleImages\Shanghai\OutsideScreen.png" />
|
||||
<Resource Include="Assets\StyleImages\ZiBo\PrimaryScreen.png" />
|
||||
<Resource Include="Assets\StyleImages\Zibo\PrimaryScreen.png" />
|
||||
<Resource Include="Assets\win11-dashboard.dark.png" />
|
||||
<Resource Include="Assets\win11-dashboard.light.png" />
|
||||
<EmbeddedResource Include="Models\StylesInfoData.json" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace CRSim.ViewModels.ZiBo
|
||||
namespace CRSim.ViewModels.Zibo
|
||||
{
|
||||
public class PrimaryScreenViewModel : ScreenViewModel
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Window x:Class="CRSim.Views.ZiBo.PrimaryScreenView"
|
||||
<Window x:Class="CRSim.Views.Zibo.PrimaryScreenView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:CRSim.Views.ZiBo"
|
||||
xmlns:local="clr-namespace:CRSim.Views.Zibo"
|
||||
mc:Ignorable="d"
|
||||
xmlns:converters="clr-namespace:CRSim.Converters"
|
||||
Title="引导屏" SizeToContent="WidthAndHeight"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using CRSim.ViewModels.ZiBo;
|
||||
using CRSim.ViewModels.Zibo;
|
||||
|
||||
namespace CRSim.Views.ZiBo
|
||||
namespace CRSim.Views.Zibo
|
||||
{
|
||||
/// <summary>
|
||||
/// PrimaryScreen.xaml 的交互逻辑
|
||||
|
||||
Reference in New Issue
Block a user