Buttons in WPF applications do not have Button.PerformClick
. So, how could I simulate the click of a button via code?
Buttons in WPF applications do not have Button.PerformClick
. So, how could I simulate the click of a button via code?