private void init() { c = new clientData(); c.connection = new NetworkManager(); c.port = 20500; c.ip = "127.0.0.1"; //default ip c.bufferSize = 1024; this.toolStripStatusLabel1.Text = "Disconnected"; this.ipTextBox.Text = c.ip; this.SizeTrackBar.Value = 50; this.SizeLabel.Text = "Size = 50 %"; componentVisibility(false); }