Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
路径输入相关的 TextBox 的 ReadOnly 属性设置为 true
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky8955555 committed Jan 23, 2021
1 parent 72c6407 commit aed0047
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/Forms/SubjectStorageInfoGettingWindow.Designer.cs

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

2 changes: 1 addition & 1 deletion src/Forms/WindowMain.Designer.cs

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

5 changes: 0 additions & 5 deletions src/Forms/WindowMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,5 @@ private void CheckBoxAutoStart_ValueChanged(object sender, bool value)
{
AutoStartUtilities.SetMeStart(checkBoxAutoStart.Checked);
}

private void TextBoxCoursewareSortingSearchingPath_Leave(object sender, EventArgs e)
{
UpdateSubjectStorageInfoConfig();
}
}
}

0 comments on commit aed0047

Please sign in to comment.