Search found 1 match

by npo
Thu Mar 12, 2015 2:33 am
Forum: Application Development
Topic: Start Data Logger automatically on bootup
Replies: 2
Views: 8956

Re: Start Data Logger automatically on bootup

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.