Example #1
0
 private void ButtonDownloadServerList_Click(object sender, System.EventArgs e)
 {
     if (textBoxServerMetUri.Text.StartsWith("http"))
     {
         krnGateway.DownloadServerList(textBoxServerMetUri.Text);
     }
 }