home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / Timer.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  277 b   |  7 lines

  1. [Timer]
  2. 0=3,Dispose,public override void Dispose();
  3. 1=3,OnTick,protected virtual void OnTick(EventArgs e);
  4. 2=3,Start,public void Start();
  5. 3=3,Stop,public void Stop();
  6. 4=2,Enabled,public bool Enabled {virtual get; virtual set;}
  7. 5=2,Interval,public int Interval {get; set;}