Пример #1
0
        public PeopleFilterWidget()
        {
            this.Build();
            assignedTextBox = new SensitiveTextBox();
            qaTextBox = new SensitiveTextBox();
            reportedTextBox = new SensitiveTextBox();

            assignedTextBox.Label = "Name:";
            qaTextBox.Label = "Name:";
            reportedTextBox.Label = "Name:";
        }
Пример #2
0
        public ProductFilterWidget()
        {
            this.Build();

            productTextBox = new SensitiveTextBox();
            componentTextBox = new SensitiveTextBox();
            versionTextBox = new SensitiveTextBox();

            productTextBox.Label = "Name:";
            componentTextBox.Label = "Name:";
            versionTextBox.Label = "Number:";
        }