public class Timer
{
protected void dispose();
public bit enabled(); [property getter]
public void enabled(bit on); [property setter]
public final void interval(DWORD timeout); [property setter]
public final DWORD interval(); [property getter]
protected void onTick(EventArgs ea);
public final void start();
public final void stop();
public ~this();
public EventHandler tick;
}
|