private void SearchTextBox_Enter ( object sender, EventArgs e ) { this. UIState = FormUIState. BeginSearch ; }
private void ApplicationSettingsForm_Load ( object sender, EventArgs e ) { UIState = FormUIState. Initial ; }