ZSCY_Win10.Controls.NotifyPopup.NotifyPopup C# (CSharp) Method

NotifyPopup() private method

private NotifyPopup ( ) : System
return 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