Пример #1
0
 public Form1()
 {
     InitializeComponent();
     MovementTimer.Start();
     PictureBox1LOC = pictureBox1.Location;
     picboundupdate();
     SetDoubleBuffered(panel1);
 }
Пример #2
0
		public void DoMovementTimer( TimeSpan delay )
		{
			if( m_MovementTimer != null )
				m_MovementTimer.Stop();

			m_MovementTimer = new MovementTimer( this, delay );

			m_MovementTimer.Start();
		}
 public void Start()
 {
     movementTimer.Start();
 }