Boogaart.Silverlight.Behaviors.Popup.PopupWatcher.PopupWatcher C# (CSharp) 메소드

PopupWatcher() 공개 메소드

public PopupWatcher ( System.Windows.Controls.Primitives popup ) : System
popup System.Windows.Controls.Primitives
리턴 System
            public PopupWatcher(Windows.Popup popup)
            {
                this.popup = popup;
            }