I got a multiple buttons event handler here But I need to target only one button if it was clicked how do I do that?

前端 未结 0 1876
滥情空心
滥情空心 2020-12-09 01:02
    private void btnCodeAkas_Click(object sender, EventArgs e)
    {
        tmrTimerAkas.Start();
        tmrTimerTwoAkas.Start();
        
    }

B

相关标签:
回答
  • 消灭零回复
提交回复
热议问题