예제 #1
0
        private void OnContactTypeBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentContactType = uxContactTypeBindingSource.Current as Entities.ContactType;

            if (_currentContactType != null)
            {
                _currentContactType.Validate();
            }
            //_ContactType.Validate();
            OnCurrentEntityChanged();
        }
		private void OnContactTypeBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentContactType = uxContactTypeBindingSource.Current as Entities.ContactType;
			
			if (_currentContactType != null)
			{
				_currentContactType.Validate();
			}
			//_ContactType.Validate();
			OnCurrentEntityChanged();
		}