Example #1
0
 public void DownloadServers()
 {
     if (txtDownloadServers.Text.StartsWith("http"))
     {
         krnGateway.DownloadServerList(txtDownloadServers.Text);
     }
 }