Skip to content

Commit

Permalink
hjjh
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkoutso2008 committed May 3, 2023
1 parent 6ff940b commit 0949f4c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 35 deletions.
102 changes: 67 additions & 35 deletions QEMUWF/Form3.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions QEMUWF/Form3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ private void button1_Click_1(object sender, EventArgs e)
textBox2.Text = fileDialog.FileName;


}

private void comboBox4_SelectedIndexChanged(object sender, EventArgs e)
{

}
}
}

0 comments on commit 0949f4c

Please sign in to comment.