示例#1
0
文件: mksite.cs 项目: thehexia/iismgr
 private static void StartSite(IISHandler handler, string siteName)
 {
     handler.StartSite(siteName);
 }