C# Class ThreatsManager.Extensions.Reporting.EmptyRow

A row which is empty and should not be shown.
Inheritance: ThreatsManager.Extensions.Reporting.ItemRow
Exibir arquivo Open project: simonec73/threatsmanager Class Usage Examples

Public Methods

Method Description
EmptyRow ( string label ) : System

Constructor.

Method Details

EmptyRow() public method

Constructor.
public EmptyRow ( string label ) : System
label string Label of the Row.
return System