trivial change, removing a region preproc thingy

This commit is contained in:
Dan Buch 2011-08-03 07:27:24 -04:00
parent 020efaa9b4
commit 3fadf723fd

View File

@ -23,8 +23,6 @@ namespace GraphicsPractice
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
@ -56,11 +54,8 @@ namespace GraphicsPractice
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private PictureBox pictureBox1;
}
}