C# Class AutoQuery.TimerX.TimeObject

Show file Open project: CarlosX/RakionLauncher

Public Properties

Property Type Description
count int
enable bool
timer System.Threading.Timer

Property Details

count public property

public int count
return int

enable public property

public bool enable
return bool

timer public property

public Timer,System.Threading timer
return System.Threading.Timer