软件独立控制弹窗添加

This commit is contained in:
“hsc”
2026-09-10 14:01:50 +08:00
parent d35e451c40
commit d88b81a8f0
25 changed files with 2256 additions and 377 deletions
@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace DeviceEditModule.Views
{
/// <summary>
/// Chroma61800View.xaml 的交互逻辑
/// </summary>
public partial class Chroma61800View : UserControl
{
public Chroma61800View()
{
InitializeComponent();
}
}
}