Esempio n. 1
0
 public void LoadWebFile(string webPath)
 {
     using (WebFile web = WebFile.Load(webPath))
     {
         AddWebFile(web);
     }
 }