Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 5, 2023
1 parent cba875b commit b797334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analogy/UserControls/LocalLogFilesUC.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 Analogy/UserControls/LocalLogFilesUC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
ucLogs1.ProcessCmdKeyFromParent(keyData);
return base.ProcessCmdKey(ref msg, keyData);
}
private async void OfflineUCLogs_Load(object sender, EventArgs e)
private async void LocalLogFilesUC_Load(object sender, EventArgs e)
{
if (DesignMode)
{
Expand Down

0 comments on commit b797334

Please sign in to comment.