Esempio n. 1
0
 static void rm(string path)
 {
     try
     {
         Console.WriteLine(nameServer.rm(path));
     }
     catch (Exception)
     {
         Console.WriteLine("Device temporarily unavailable. Try again later.");
     }
 }