C# Class Emul8.Bootstrap.Dialog

Show file Open project: emul8/emul8

Protected Properties

Property Type Description
message string
output string
title string

Public Methods

Method Description
Show ( ) : DialogResult

Protected Methods

Method Description
Dialog ( string title, string message ) : System.Diagnostics
Show ( string arguments ) : DialogResult

Method Details

Dialog() protected method

protected Dialog ( string title, string message ) : System.Diagnostics
title string
message string
return System.Diagnostics

Show() public abstract method

public abstract Show ( ) : DialogResult
return DialogResult

Show() protected method

protected Show ( string arguments ) : DialogResult
arguments string
return DialogResult

Property Details

message protected property

protected string message
return string

output protected property

protected string output
return string

title protected property

protected string title
return string