FarsiLibrary.Win.Controls.FAMessageBox.Show C# (CSharp) Method

Show() public method

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

Same methods

FAMessageBox::Show ( IWin32Window owner ) : string