C# 클래스 MessageBoxDemo.WindowManagerExtensions

파일 보기 프로젝트 열기: ziykon/metro-messagebox-wpf

공개 메소드들

메소드 설명
ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult
ShowMetroMessageBox ( this @this, string message ) : void

메소드 상세

ShowMetroMessageBox() 공개 정적인 메소드

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

ShowMetroMessageBox() 공개 정적인 메소드

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