Beispiel #1
0
 public void Crawl()
 {
     lizard.Crawl();
 }
 public string Crawl()
 {
     return(lizard.Crawl());
 }