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

19 lines
306 B
C#

using System.Windows.Controls;
namespace SWS.CAD.Views
{
/// <summary>
/// Project.xaml 的交互逻辑
/// </summary>
public partial class Dialog2Select : UserControl
{
public Dialog2Select( )
{
InitializeComponent();
}
}
}