Deli putem


WaitDialog Class

Interaction logic for WaitDialog.xaml

WaitDialog

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class WaitDialog _
    Inherits Window _
    Implements IComponentConnector
public class WaitDialog : Window, IComponentConnector
public ref class WaitDialog : public Window, 
    IComponentConnector
public class WaitDialog extends Window implements IComponentConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting.WaitDialog

See Also

WaitDialog Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace