Exemple #1
0
 private static void StartSite(IISHandler handler, string siteName)
 {
     handler.StartSite(siteName);
 }