Example #1
0
        private void OnTestVariantBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentTestVariant = uxTestVariantBindingSource.Current as Entities.TestVariant;

            if (_currentTestVariant != null)
            {
                _currentTestVariant.Validate();
            }
            //_TestVariant.Validate();
            OnCurrentEntityChanged();
        }
		private void OnTestVariantBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentTestVariant = uxTestVariantBindingSource.Current as Entities.TestVariant;
			
			if (_currentTestVariant != null)
			{
				_currentTestVariant.Validate();
			}
			//_TestVariant.Validate();
			OnCurrentEntityChanged();
		}