C# Class MessageBoxDemo.WindowManagerExtensions

Mostrar archivo Open project: ziykon/metro-messagebox-wpf

Public Methods

Method Description
ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult
ShowMetroMessageBox ( this @this, string message ) : void

Method Details

ShowMetroMessageBox() public static method

public static ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult
@this this
message string
title string
buttons MessageBoxButton
return MessageBoxResult

ShowMetroMessageBox() public static method

public static ShowMetroMessageBox ( this @this, string message ) : void
@this this
message string
return void