C# Class Reign.Core.WinForms.MessageDialog

Inheritance: IMessageDialog
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Show ( string title, string message, MessageDialogCallbackMethod callback ) : void

Method Details

Show() public méthode

public Show ( string title, string message, MessageDialogCallbackMethod callback ) : void
title string
message string
callback MessageDialogCallbackMethod
Résultat void