コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     MovementTimer.Start();
     PictureBox1LOC = pictureBox1.Location;
     picboundupdate();
     SetDoubleBuffered(panel1);
 }
コード例 #2
0
ファイル: XmlSpawner2.cs プロジェクト: greeduomacro/hubroot
		public void DoMovementTimer( TimeSpan delay )
		{
			if( m_MovementTimer != null )
				m_MovementTimer.Stop();

			m_MovementTimer = new MovementTimer( this, delay );

			m_MovementTimer.Start();
		}
コード例 #3
0
 public void Start()
 {
     movementTimer.Start();
 }