ShowStrProc Delegate

Delegate for displying a message to the user.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public delegate void ShowStrProc(
	string msg
)

Parameters

msg  String
 

See Also