示例#1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (int.TryParse(textBox1.Text, out int initialMoney))
     {
         userNum = proxy.CreateAccount(initialMoney);
     }
 }