Exemplo n.º 1
0
        private void timer1_Tick(object sender, EventArgs e)
        {
            //关闭定时器
            this.timer1.Stop();

            //初始化Debug报告列表
            Config.DebugList.Clear();
            Config.DebugList.Add(string.Format("华为AGV中控软件 " + DateTime.Now.ToString()));

            PathClass.InitMap();
            PathClass.InitStation();

            this.Close();
        }