ZSCY_Win10.Controls.NotifyPopup.NotifyPopup C# (CSharp) Méthode

NotifyPopup() private méthode

private NotifyPopup ( ) : System
Résultat 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