init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System.Windows.Controls;
|
||||
using Xceed.Wpf.Toolkit;
|
||||
|
||||
namespace DTS.Common.BusyIndicatorManager
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for xBusyIndicator.xaml
|
||||
/// </summary>
|
||||
public partial class xBusyIndicator
|
||||
{
|
||||
public xBusyIndicator()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public void Connect(int connectionId, object target)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user