Beispiel #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     insert.HelloWord ih = new insert.HelloWord();
     label1.Text = ih.HelloWorld(textBox1.Text, textBox2.Text).ToString();
 }