Provides a hook for subclasses to refresh the
calling Form's display.
Note that defining this is optional in the abstract class;
it may or may not be required in an instantiated subclass.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public AbstractMsgManager..::..RefresherCopy Refresher { get; set; }
Field Value
The refresher.See Also