コード例 #1
0
        protected void Calculate_Btn_Click(object sender, EventArgs e)
        {
            _Calculated();

            Total_Net_Leasing_TBx.Focus();
        }
コード例 #2
0
        protected void Total_Period_TBx_TextChanged(object sender, EventArgs e)
        {
            _Calculated();

            Total_Net_Leasing_TBx.Focus();
        }