System.Windows.Forms.Timer.Timer C# (CSharp) Method

Timer() public method

public Timer ( ) : System
return System
		public Timer ()
		{
			m_helper = new NSTimer();
			enabled = false;
		}
		

Same methods

Timer::Timer ( IContainer container ) : System