コード例 #1
0
 private void button6_Click(object sender, EventArgs e)
 {
     this.Text = Static.GetCount().ToString();
 }
コード例 #2
0
 public Form2()
 {
     InitializeComponent();
     Static.Call();
 }