I creat a class with a variable of timer.I want to declare its tick
event ,allowing other class use the event.How can I do that?
Class a
{
protected System.Windows.Forms.Timer bindTimer;
}
I creat a class with a variable of timer.I want to declare its tick
event ,allowing other class use the event.How can I do that?
Class a
{
protected System.Windows.Forms.Timer bindTimer;
}