Skip to content

Commit

Permalink
refactor: remove empty Form1_Load(...) method
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Nov 8, 2024
1 parent d1fdaa0 commit f3f1484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Form1.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 Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public Form1()
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void customShell_CheckedChanged(object sender, EventArgs e)
{
if (defaultShell.Checked && sender is Button)
Expand Down

0 comments on commit f3f1484

Please sign in to comment.