Exemple #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            localhost.tags ws  = new localhost.tags();
            string         xml = ws.ReadTags("k5.group");

            textBox8.Text = xml;
        }
Exemple #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     localhost.tags ws = new localhost.tags();
     ws.WriteTags(xml.Text);
 }