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

NotifyPopup() public method

public NotifyPopup ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
return System
        public NotifyPopup(string content, TimeSpan showTime) : this()
        {
            this.m_TextBlockContent = content;
            this.m_ShowTime = showTime;
        }

Same methods

NotifyPopup::NotifyPopup ( ) : System
NotifyPopup::NotifyPopup ( string content ) : System