initial saving working (possibly)

This commit is contained in:
2017-09-16 08:23:47 -05:00
parent 4f2d190b6c
commit e9f1a9a3ed
4 changed files with 22 additions and 9 deletions

View File

@ -247,6 +247,7 @@
this.MinimizeBox = false;
this.Name = "SpriteEntryForm";
this.Text = "SpriteEntryForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SpriteEntryForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pbImageField)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();