Initializes a new instance of the MemoryGauge class.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public MemoryGauge( Form form, ToolStripItem toolStripItem )
Parameters
- form
- Type: System.Windows.Forms Form
The form to be refreshed after the data is updated.
- toolStripItem
- Type: System.Windows.Forms ToolStripItem
The tool strip item.
Remarks
See Also