there is Button and I will set to it. button.Click+=(sender,e)=>{ } if I run it twice it will run the code twice. since it bind two code. how to determine the button has a event so I do not run the code?