示例#1
0
        public void openTests()
        {
            if (this.InvokeRequired)
            {
                this.BeginInvoke((MethodInvoker) delegate
                {
                    openTests();
                });
                return;
            }
            TestProcesor tp = new TestProcesor();

            tp.Show();
            EnableAnimation(false);
            EmoticionsPictureBox.BackgroundImage = Resources.NotListening;
            lastState = TaskPanelState.NotListining;
            EmoticionsPictureBox.Refresh();
        }
示例#2
0
        private void testProcesorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TestProcesor tp = new TestProcesor();

            tp.Show();
        }