提交 fee3ddcc 编写于 作者: yqian1000's avatar yqian1000

文件框

上级 b7a917b9
......@@ -22,6 +22,12 @@ namespace DeckLogExcel
private void ChoosePathBtn_Click(object sender, EventArgs e)
{
FolderBrowserDialog dialog = new FolderBrowserDialog();
if (dialog.ShowDialog() == DialogResult.OK)
{
String DirPath = dialog.SelectedPath;
OutPathBox.Text = DirPath;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册