1
Fork 0

made the minimize button actually do something

This commit is contained in:
Jake Howard 2014-11-22 22:51:41 +00:00
parent 1a3d7a21ef
commit 6c6149caed
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@
this.minimizeButton.TabStop = false;
this.minimizeButton.Text = "Minimize";
this.minimizeButton.UseVisualStyleBackColor = true;
this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click);
//
// cancelButton
//