示例#1
0
 private void button2_Click(object sender, EventArgs e)
 {
     Configer.SetSettingsValue("HostName", this.tbxHostName.Text);
     Configer.SetSettingsValue("Port", this.tbxPort.Text);
     Configer.SetSettingsValue("MQCCSID", this.tbxCCSID.Text);
     Configer.SetSettingsValue("Channel", this.tbxChannel.Text);
     Configer.SetSettingsValue("UserId", this.tbxUserId.Text);
     Configer.SetSettingsValue("QmgrName", this.tbxQmgrName.Text);
     Configer.SetSettingsValue("QueueName", this.tbxQueueName.Text);
 }