Ejemplo n.º 1
0
 private void buttonX1_Click(object sender, EventArgs e)
 {
     Maptool.soso.GlobalConfig model = new Maptool.soso.GlobalConfig();
     model.Stocklimit = int.Parse(textBoxX1.Text);
     bll.UpdateGlobalConfig(model);
     this.Close();
 }
Ejemplo n.º 2
0
 public void UpdateGlobalConfig(Maptool.soso.GlobalConfig model)
 {
     base.Channel.UpdateGlobalConfig(model);
 }