Exemplo n.º 1
0
        public formConfigurations()
        {
            InitializeComponent();
             _currentItem = null;

             ShowTestInfo();

             SetTestRunning(false);

             TestCompleted = new delegateTestCompleted(this.OnInternalOnTestCompleted);
        }
Exemplo n.º 2
0
        public formConfigurations()
        {
            InitializeComponent();
            _currentItem = null;

            ShowTestInfo();

            SetTestRunning(false);

            TestCompleted = new delegateTestCompleted(this.OnInternalOnTestCompleted);
        }