public formConfigurations()
        {
            InitializeComponent();
             _currentItem = null;

             ShowTestInfo();

             SetTestRunning(false);

             TestCompleted = new delegateTestCompleted(this.OnInternalOnTestCompleted);
        }
Example #2
0
        public formConfigurations()
        {
            InitializeComponent();
            _currentItem = null;

            ShowTestInfo();

            SetTestRunning(false);

            TestCompleted = new delegateTestCompleted(this.OnInternalOnTestCompleted);
        }