19 lines
306 B
C#
Raw Normal View History

2025-09-04 18:28:02 +08:00

2025-08-15 16:34:31 +08:00
using System.Windows.Controls;
namespace SWS.CAD.Views
{
/// <summary>
/// Project.xaml 的交互逻辑
/// </summary>
public partial class Dialog2Select : UserControl
{
public Dialog2Select( )
{
InitializeComponent();
}
}
}