Registered workfiles can be listed and shown

This commit is contained in:
2015-07-22 10:17:26 +02:00
parent 89af2786f3
commit 461b24cc4f
5 changed files with 55 additions and 9 deletions

View File

@ -125,6 +125,7 @@
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ShowCode";
this.Text = "ShowCode";
this.Load += new System.EventHandler(this.ShowCode_Load);
this.ResumeLayout(false);
this.PerformLayout();