private void cmdGetPvrList_Click(object sender, EventArgs e) { Comms c = new Comms(); c.IPAddress = this.txtIP.Text; pvr = c.GetPvrList(); c = null; RefreshList(); MessageBox.Show("PVR Information Downloaded"); }