ZSCY_Win10.Controls.NotifyPopup.NotifyPopup C# (CSharp) Метод

NotifyPopup() приватный Метод

private NotifyPopup ( ) : System
Результат System
        private NotifyPopup()
        {
            this.InitializeComponent();
            m_Popup = new Popup();
            MeasurePopupSize();
            m_Popup.Child = this;
            this.Loaded += NotifyPopup_Loaded;
            this.Unloaded += NotifyPopup_Unloaded;
        }

Same methods

NotifyPopup::NotifyPopup ( string content ) : System
NotifyPopup::NotifyPopup ( string content, TimeSpan showTime ) : System