Question 1: Hi, I would like to know is there a way by which I can dispose or kill the object of DispatcherTimer and create a new object of same name?
Question 2: Can I access the DispatcherTimer object in some other class if it is set to Public?
timer.Stop()
. The effect is the same.Yes. I suppose you have public property like this:
public DispatcherTimer MyTimer { get; private set; }