using System.Windows.Controls; namespace DTS.Common.Controls { /// /// Interaction logic for RoundedBox.xaml /// public partial class RoundedBox : UserControl { public RoundedBox() { InitializeComponent(); } public void Connect(int connectionId, object target) { //throw new System.NotImplementedException(); } } }