예제 #1
0
 public static string Add(string jobName, string serverName)
 {
     return(jobman.AddConnection(jobName, serverName));
 }