MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / toolStripButton_selectApp_Click

Method toolStripButton_selectApp_Click

PerformanceMonitor/MainForm.cs:169–173  ·  view source on GitHub ↗
(object sender, EventArgs e)

Source from the content-addressed store, hash-verified

167 }
168
169 private void toolStripButton_selectApp_Click(object sender, EventArgs e)
170 {
171 if (openFileDialog_main.ShowDialog() == System.Windows.Forms.DialogResult.OK)
172 toolStripTextBox_path.Text = openFileDialog_main.FileName;
173 }
174
175 private void toolStripButton_launch_Click(object sender, EventArgs e)
176 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected