|
-
May 22nd, 2007, 03:19 PM
#1
Thread Starter
Junior Member
m_ScanForDongle.Elapsed += System.EventHandler(ScanForDongle_Elapsed(???, ???))
Hi,
I don't know what kind of value/data I have to write instead of my ???
.......
m_ScanForDongle.Elapsed += System.EventHandler(ScanForDongle_Elapsed(???, ???));
......
......
......
private void ScanForDongle_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
CheckDongle();
}
ps:could you give me an exemple please.
thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|