Get new animation working

This commit is contained in:
2017-09-18 11:18:26 -05:00
parent 2e5bf62fb1
commit 4ce60ad422
2 changed files with 18 additions and 2 deletions

View File

@ -392,6 +392,7 @@
this.btnNewAnimation.TabIndex = 21;
this.btnNewAnimation.Text = "New Anim";
this.btnNewAnimation.UseVisualStyleBackColor = true;
this.btnNewAnimation.Click += new System.EventHandler(this.btnNewAnimation_Click);
//
// pbPreview
//