Ejemplo n.º 1
0
 private void btnUpload_Click(object sender, EventArgs e)
 {
     SaveConfig();
     _NetServer.UploadConfig(tbIP.Text);
 }