private void butSet_Click(object sender, EventArgs e) { ConfigManage.WriteConfig("ip", txbIP.Text); ConfigManage.WriteConfig("port", txbPort.Text); }