private void buttonSocketStart_Click(object sender, EventArgs e) { _ServerSockets socketServer = new _ServerSockets(this); socketServer.start(); }