private void ResetInputs() { TextBox_Length.Text = ""; TextBox_Width.Text = ""; TextBox_Height.Text = ""; TextBox_Length.Focus(); }
private void InitializeWindowElements() { _units = "feet"; TextBox_Length.Focus(); UpdateUnits(); }
private void InitializeWindow() { TextBox_Length.Focus(); }