mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-11 20:29:45 +08:00
fix: 统一文件格式
This commit is contained in:
@@ -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