C# Class MessageBoxDemo.WindowManagerExtensions

Afficher le fichier Open project: ziykon/metro-messagebox-wpf

Méthodes publiques

Méthode Description
ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult
ShowMetroMessageBox ( this @this, string message ) : void

Method Details

ShowMetroMessageBox() public static méthode

public static ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult
@this this
message string
title string
buttons MessageBoxButton
Résultat MessageBoxResult

ShowMetroMessageBox() public static méthode

public static ShowMetroMessageBox ( this @this, string message ) : void
@this this
message string
Résultat void