B
Boki
Hi All,
private void ResendTimer_Tick(object sender, EventArgs e)
{
button_Send.Click();
}
I want to trigger a button click event in code.
I think you know this can't pass, need your advice.
Thanks.
Boki.
private void ResendTimer_Tick(object sender, EventArgs e)
{
button_Send.Click();
}
I want to trigger a button click event in code.
I think you know this can't pass, need your advice.
Thanks.
Boki.