C# Class Quickstarts.AlarmConditionClient.AddCommentDlg

Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AddCommentDlg ( ) : System

Creates an empty form.

ShowDialog ( string comment ) : string

Prompts the user to enter a comment.

Method Details

AddCommentDlg() public method

Creates an empty form.
public AddCommentDlg ( ) : System
return System

ShowDialog() public method

Prompts the user to enter a comment.
public ShowDialog ( string comment ) : string
comment string
return string