Bitcoin_QR_Popup.Form1.TopMostMessageBox.Show C# (CSharp) Method

Show() public static method

public static Show ( string message ) : DialogResult
message string
return DialogResult
            public static DialogResult Show(string message)
            {
                return Show(message, string.Empty, MessageBoxButtons.OK);
            }

Same methods

Form1.TopMostMessageBox::Show ( string message, string title ) : DialogResult
Form1.TopMostMessageBox::Show ( string message, string title, MessageBoxButtons buttons ) : DialogResult
Form1.TopMostMessageBox