trivial change, removing a region preproc thingy

cat-town
Dan Buch 13 years ago
parent 020efaa9b4
commit 3fadf723fd

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

Loading…
Cancel
Save