string[] panfu = Directory.GetLogicalDrives();
for (int i = 0; i < panfu.Length; i++)
{
textBox1.AppendText(panfu[i] + '\n');
}
string[] panfu = Directory.GetLogicalDrives();
for (int i = 0; i < panfu.Length; i++)
{
textBox1.AppendText(panfu[i] + '\n');
}