Can any one help me with this problem that I Have.
Am currently doing an assignment and I have to create a program that prints an ellipse on the page in 5 second intervals using the following signature:
'private void MyHandler(object sender, ElapsedEventArgs args)'
I have already used this signature in a previous program in order to write a message to the screen every 5 seconds.
What am not sure about is how to implement the relevant print arguments if am to use the above signature. How do I create the appropriate events or delegates to make this work??
I would appreciate any advice.