1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
9
10 namespace _123
11 {
12 public partial class Form1 : Form
13 {
14 int j1 = 0;
15 public Form1()
16 {
17 InitializeComponent();
18 }
19
20 private void button1_Click(object sender, EventArgs e)
21 {
22
23 a.Text ;
24 }
25
26 private void button1_Click_1(object sender, EventArgs e)
27 {
28
29 }
30
31 private void button1_Click_2(object sender, EventArgs e)
32 {
33
34 }
35 }
36 }