If your going to call the code manually, ie your not waiting
for the
timer to tick but your just going to call it then why not
just create a
normal procedure?
private void WhatToDoWhenTick(string myString)
{
// content
timer1_tick(null, null);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C# Developers" group.
To post to this group, send email to CSDevelopers googlegroups.com
To unsubscribe from this group, send email to
CSDevelopers-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/CSDevelopers
-~----------~----~----~----~------~----~------~--~---
|