C# Class NVaporWare.VapeAssistant.Services.IMessageBoxServiceContract

Inheritance: IMessageBoxService
显示文件 Open project: bitterskittles/NVaporWare

Public Methods

Method Description
Show ( string messageBoxText, string caption ) : void

Method Details

Show() public method

public Show ( string messageBoxText, string caption ) : void
messageBoxText string
caption string
return void