コード例 #1
0
 private void ResetInputs()
 {
     TextBox_Length.Text = "";
     TextBox_Width.Text  = "";
     TextBox_Height.Text = "";
     TextBox_Length.Focus();
 }
コード例 #2
0
        private void InitializeWindowElements()
        {
            _units = "feet";

            TextBox_Length.Focus();

            UpdateUnits();
        }
コード例 #3
0
 private void InitializeWindow()
 {
     TextBox_Length.Focus();
 }