예제 #1
0
 static ArgumentParser()
 {
     // static class
     // = null;
     try
     {
         host = InetAddress.GetLocalHost().GetHostName();
     }
     catch (Exception)
     {
     }
 }