Example #1
0
File: Form1.cs Project: Gwee/csharp
 private void button1_Click(object sender, EventArgs e)
 {
     textBox3.Text = (myCommonPart.plus(Int32.Parse(textBox1.Text), Int32.Parse(textBox2.Text))).ToString();
 }