Beispiel #1
0
        private void ClearInputs()
        {
            MarkAllValid();

            DebugIDLabel.ClearValue(Label.ContentProperty);
            NameTextBox.Clear();
            FlagTextBox.Clear();
            ContinentComboBox.ClearValue(ComboBox.SelectedValueProperty);
        }
Beispiel #2
0
 private void MarkAllValid()
 {
     NameTextBox.ClearValue(Control.StyleProperty);
     FlagTextBox.ClearValue(Control.StyleProperty);
     ContinentComboBox.ClearValue(Control.StyleProperty);
 }