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

            if (_currentAwBuildVersion != null)
            {
                _currentAwBuildVersion.Validate();
            }
            //_AwBuildVersion.Validate();
            OnCurrentEntityChanged();
        }