Esempio n. 1
0
        private void ClearFields()
        {
            ComboBoxLocation.SelectedIndex = 0;
            TextBoxPlotNumber.Text         = "";
            TextBoxLandArea.Text           = "";

            ComboBoxLocation.Focus();
        }
        private void ClearFields()
        {
            TextBoxLeaseFrom.Text  = "";
            TextBoxAnnualRent.Text = "";
            TextBoxRemarks.Text    = "";

            ComboBoxLocation.Focus();
        }