fix: 统一文件格式

This commit is contained in:
denglihong2007
2025-03-02 15:33:26 +08:00
parent 219d2a000b
commit 39e56fcd85
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
namespace CRSim.ViewModels.ZiBo
namespace CRSim.ViewModels.Zibo
{
public class PrimaryScreenViewModel : ScreenViewModel
{

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
using CRSim.ViewModels.ZiBo;
using CRSim.ViewModels.Zibo;
namespace CRSim.Views.ZiBo
namespace CRSim.Views.Zibo
{
/// <summary>
/// PrimaryScreen.xaml 的交互逻辑