Skip to content

Commit

Permalink
增加打开软件时搜索框焦点聚集功能
Browse files Browse the repository at this point in the history
  • Loading branch information
cnxy committed Feb 6, 2018
1 parent 9e83da5 commit e838125
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
19 changes: 10 additions & 9 deletions BaiduDiskSearcher/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BaiduDiskSearcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ private void dataGridView_CellDoubleClick(object sender, DataGridViewCellEventAr
private void MainForm_Load(object sender, EventArgs e)
{
labelVersion.Text = $"版本:{Assembly.GetExecutingAssembly().GetName().Version.ToString()}";
textBoxKeyword.Focus();
}
}
}

0 comments on commit e838125

Please sign in to comment.