Example #1
0
 private void button_reload_Click(object sender, EventArgs e)
 {
     this.mapData = new Map();
 }
Example #2
0
        private int _countDown = 10; //ms

        #endregion Fields

        #region Constructors

        public Thermal(Map tempMap)
        {
            mapData = tempMap;
        }