private void diskC();
{
object val;
val = textEdit1.Text;//имя ПВЭМ
try
{
System.Diagnostics.Process.Start(@"\" + val.ToString() + @"C$");
}
catch (Exception)
{
MessageBox.Show("Невозможно получить доступ к удаленному компьютеру " + val.ToString()
, "Подключение к " + @"\" + val.ToString() + @"C, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
0.00 (0%) 0 votes







