Hi
I have tried to follow the exampel to get som Init code to run under tags script.
private static int counter = 0;
void Tags_Created(System.Object sender, System.EventArgs e)
{
counter ++;
}
But the counter never counts.
Search found 1 match
- Thu Mar 12, 2015 2:33 am
- Forum: Application Development
- Topic: Start Data Logger automatically on bootup
- Replies: 2
- Views: 10133