private void buttonServerSimpleStart_Click(object sender, EventArgs e) { _ServerTCP simple = new _ServerTCP(); simple.start(); }