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

NotifyPopup() публичный Метод

public NotifyPopup ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
Результат 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