Skip to content

Commit

Permalink
CHANGES: changed settings form's font color
Browse files Browse the repository at this point in the history
ADDED: new ABOUT button
  • Loading branch information
black0w committed Oct 30, 2021
1 parent d05c9a5 commit 4f60ef3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
31 changes: 29 additions & 2 deletions AutoClicker_Black0wl/User Controls/MainMenuUserControl.Designer.cs

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

6 changes: 5 additions & 1 deletion AutoClicker_Black0wl/User Controls/MainMenuUserControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ private void auto_clicker_btn_Click(object sender, EventArgs e)
{
MainForm.GetInstance().SwitchControls(new AutoClickerUserControl());
}

private void multi_clicker_btn_Click(object sender, EventArgs e)
{
MainForm.GetInstance().SwitchControls(new MultiClickerUserControl());
}

private void about_btn_Click(object sender, EventArgs e)
{
MessageBox.Show("AutoClicker Made By Black0wl \nGitHub: https://github.com/black0w/ \nIcons Made By: https://www.freepik.com", "About", MessageBoxButtons.OK);
}
}
}

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

0 comments on commit 4f60ef3

Please sign in to comment.