Exemplo n.º 1
0
        public stats()
        {
            InitializeComponent();

            MoveChildForms();
            hiveForm.Show(this);
            fieldForm.Show(this);
            ResetSimulator();

            timer1.Interval = 50;
            timer1.Tick    += new EventHandler(RunFrame);
            timer1.Enabled  = false;
            UpdateStats(new TimeSpan());
        }