C# Class withSIX.Core.Applications.Services.MessageBoxDialogParams

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
MessageBoxDialogParams ( string message )
MessageBoxDialogParams ( string message, string title )
MessageBoxDialogParams ( string message, string title, SixMessageBoxButton buttons )

Method Details

MessageBoxDialogParams() public method

public MessageBoxDialogParams ( string message )
message string

MessageBoxDialogParams() public method

public MessageBoxDialogParams ( string message, string title )
message string
title string

MessageBoxDialogParams() public method

public MessageBoxDialogParams ( string message, string title, SixMessageBoxButton buttons )
message string
title string
buttons SixMessageBoxButton