コード例 #1
0
 protected void btnCE_Click(object sender, EventArgs e)
 {
     if (txtBox.Text.Length > 1)
     {
         txtBox.Text = _Calculate.Clear_Entry(txtBox.Text);
     }
     else
     {
         txtBox.Text = "";
     }
 }