命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -1,17 +0,0 @@
<controls:MaterialWindow x:Class="WebUITest.ShrlAlgoWindow"
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:WebUITest"
xmlns:controls="clr-namespace:ShrlAlgo.Toolkit.Wpf.Controls;assembly=ShrlAlgo.Toolkit.Wpf"
mc:Ignorable="d"
Style="{StaticResource MaterialWindowStyle}"
Title="ShrlAlgoWindow" Height="450" Width="800">
<!--<controls:MaterialWindow.Resources>
</controls:MaterialWindow.Resources>-->
<Grid>
</Grid>
</controls:MaterialWindow>

View File

@@ -1,27 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace WebUITest
{
/// <summary>
/// ShrlAlgoWindow.xaml 的交互逻辑
/// </summary>
public partial class ShrlAlgoWindow
{
public ShrlAlgoWindow()
{
InitializeComponent();
}
}
}

View File

@@ -17,9 +17,6 @@
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="2020.*" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShrlAlgo.Toolkit.Wpf\ShrlAlgo.Toolkit.Wpf.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="WebUIWindow.xaml.cs">
<SubType>Code</SubType>