FarsiLibrary.Win.Controls.FAMessageBox.Show C# (CSharp) 메소드

Show() 공개 메소드

Shows the message box
public Show ( ) : string
리턴 string
        public string Show()
        {
            return Show(null);
        }

Same methods

FAMessageBox::Show ( IWin32Window owner ) : string