Example #1
0
 void LinkWebBlock()
 {
     api.LinkWebUI("http://" + AddressIP + "/config");
     if (browser == "FireFox")
     {
         System.Threading.Thread.Sleep(1000); api.ZoomWebUI();
     }
     System.Threading.Thread.Sleep(1000);
 }