Skip to content

Commit

Permalink
Add version tag to the title bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Feb 24, 2020
1 parent 6e59789 commit ec5aa60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CSAUSBTool/CSAUSBTool.Designer.cs

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

5 changes: 4 additions & 1 deletion CSAUSBTool/CSAUSBTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ private void SelectedItems_SelectedIndexChanged(object sender, EventArgs e)
}
}


private void CSAUSBTool_Load(object sender, EventArgs e)
{

}
}
}

0 comments on commit ec5aa60

Please sign in to comment.