private void Save() { using (posb.Config con = new posb.Config()) { con.Save(this.txtServer.Text, int.Parse(this.txtPort.Text), this.txtDataBase.Text, this.txtUser.Text, this.txtPassword.Text); } this.Alert("La configuración se guardo correctamente. SICAP se reiniciara."); Application.Restart(); }