Added register controls, updated converters

This commit is contained in:
Ferit Yiğit BALABAN
2021-10-29 14:09:14 +03:00
parent 94aad64809
commit a76058ab36
2 changed files with 57 additions and 1 deletions
+2
View File
@@ -221,6 +221,7 @@ namespace processor
this.btnStart.TabIndex = 2;
this.btnStart.Text = "Start";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnStep
//
@@ -230,6 +231,7 @@ namespace processor
this.btnStep.TabIndex = 3;
this.btnStep.Text = "Step";
this.btnStep.UseVisualStyleBackColor = true;
this.btnStep.Click += new System.EventHandler(this.btnStep_Click);
//
// btnHalt
//