if(this.folderBrowserDialog1.ShowDialog() == DialogResult.OK)
{
string path = this.folderBrowserDialog1.SelectedPath;
showfiles(path,listBox1);
Load();
}
}
private void listBox1_DoubleClick(object sender, System.EventArgs e)
{
if(listBox1.SelectedIndex >= 0)