namespace explorer_Interface
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
// private void listView1_SelectedIndexChanged(object sender, EventArgs e)
//{
//}
private void Form1_Load(object sender, EventArgs e)
{
// [Link]();
// [Link]();
[Link] = "Path: ";
// LoadDrives();
}
//private void LoadDrives()
//{
// DriveInfo[] drives = [Link]();
// foreach (var drive in drives)
// {
// if ([Link])
// {
// // TreeNode trenode = [Link]([Link]);
// DirectoryInfo[] dirs = new
DirectoryInfo([Link]).GetDirectories();
// foreach (var dir in dirs) {
// // [Link]([Link]);
// }
// }
// }
//}
// private void treeView1_NodeMouseClick(object sender, TreeViewEventArgs e)
//{
// string path=[Link] + @"\" ;
// [Link]=[Link]("Path: {0}",path);
// FileInfo[] files=new DirectoryInfo(path).GetFiles();
// foreach (var file in files) {
// ListViewItem item = [Link]([Link]);
// }
}
// }
}