示例#1
0
        private void button3_Click(object sender, EventArgs e)
        {
            jobJson = new JobJson();

            textBoxShouGetJson.Text = jobJson.GetDataJson(textBox1.Text);
            jobJson.SaveLinkJson(textBox1.Text);
        }
示例#2
0
 private void button2_Click(object sender, EventArgs e)
 {
     jobJson     = new JobJson();
     label3.Text = jobJson.SaveChanges(textBoxShouGetJson.Text);
 }