Example #1
0
 public static string GetShareLink(Server server)
 {
     return(ServerHelper.GetUtilByTypeName(server.Type).GetShareLink(server));
 }