Skip to content

Commit

Permalink
organizing and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DGrothe-PhD committed May 2, 2023
1 parent ca3a98b commit a354ae4
Show file tree
Hide file tree
Showing 57 changed files with 720 additions and 19,756 deletions.
Binary file added .gitconfig
Binary file not shown.
Binary file added examples/Statistics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 61 additions & 62 deletions src/Form1.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/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private void CmbNames_SelectedIndexChanged(object sender, EventArgs e)

private void tipsToolStripMenuItem_Click(object sender, EventArgs e)
{
WithTips = tipsToolStripMenuItem.Checked;
WithTips = ShowTipsToolStripMenuItem.Checked;
}
}
}
Loading

0 comments on commit a354ae4

Please sign in to comment.