Skip to content

Commit

Permalink
Had to comment code for proff001
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderEvensen committed Dec 4, 2019
1 parent 08d3467 commit ac3fcff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GTATool/MainWindow.Designer.cs

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

3 changes: 3 additions & 0 deletions GTATool/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ private void btnExit_MouseLeave(object sender, EventArgs e)
btnExit.Image = global::GTATool.Properties.Resources.x;
}

//This is the method that is called when you click the exit
private void btnExit_Click(object sender, EventArgs e)
{
try
Expand All @@ -52,6 +53,8 @@ private void btnMin_MouseLeave(object sender, EventArgs e)
btnMin.Image = global::GTATool.Properties.Resources._;
}


// This method is called when you press the minimize button
private void btnMin_Click(object sender, EventArgs e)
{
WindowState = FormWindowState.Minimized;
Expand Down

0 comments on commit ac3fcff

Please sign in to comment.