예제 #1
0
        private void OnAwBuildVersionBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentAwBuildVersion = uxAwBuildVersionBindingSource.Current as Entities.AwBuildVersion;

            if (_currentAwBuildVersion != null)
            {
                _currentAwBuildVersion.Validate();
            }
            //_AwBuildVersion.Validate();
            OnCurrentEntityChanged();
        }
예제 #2
0
		/// <summary>
		/// 
		/// </summary>
		private void uxBindingSource_currentItemChanged(object sender, System.EventArgs e)
		{
			if (_AwBuildVersion != null) _AwBuildVersion.Validate();
		}