public PeopleFilterWidget() { this.Build(); assignedTextBox = new SensitiveTextBox(); qaTextBox = new SensitiveTextBox(); reportedTextBox = new SensitiveTextBox(); assignedTextBox.Label = "Name:"; qaTextBox.Label = "Name:"; reportedTextBox.Label = "Name:"; }
public ProductFilterWidget() { this.Build(); productTextBox = new SensitiveTextBox(); componentTextBox = new SensitiveTextBox(); versionTextBox = new SensitiveTextBox(); productTextBox.Label = "Name:"; componentTextBox.Label = "Name:"; versionTextBox.Label = "Number:"; }