Files
DP44/Common/DTS.Common/.svn/pristine/44/44f1f6d1006b2d7df10b1ace3cf2702a8a3e28e8.svn-base

21 lines
457 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System.Windows.Controls;
namespace DTS.Common.Controls
{
/// <summary>
/// Interaction logic for RoundedBox.xaml
/// </summary>
public partial class RoundedBox : UserControl
{
public RoundedBox()
{
InitializeComponent();
}
public void Connect(int connectionId, object target)
{
//throw new System.NotImplementedException();
}
}
}